DeployedDac.Description プロパティ

DeployedDac オブジェクトの説明テキストを取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property Description As String 
    Get
'使用
Dim instance As DeployedDac 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute]
public string Description { get; }
[SfcPropertyAttribute]
public:
property String^ Description {
    String^ get ();
}
[<SfcPropertyAttribute>]
member Description : string
function get Description () : String

プロパティ値

型: System.String
DeployedDac オブジェクトの説明を示す String 値です。

使用例

VC#

System.Console.WriteLine(deployedDac.Description);

VB

System.Console.WriteLine(deployedDac.Description)

PowerShell

Write-Host $deployedDac.Description 

関連項目

参照

DeployedDac クラス

Microsoft.SqlServer.Management.Utility 名前空間