言語

DeployedDac.Description プロパティ

定義

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

public:
 property System::String ^ Description { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty]
public string Description { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty>]
member this.Description : string
Public ReadOnly Property Description As String

プロパティ値

DeployedDacオブジェクトの記述を指定するStringの値です。

属性

VC#

System.Console.WriteLine(deployedDac.Description);  

VB

System.Console.WriteLine(deployedDac.Description)  

PowerShell

Write-Host $deployedDac.Description  

適用対象