次の方法で共有


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

プロパティ値

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

属性

Vc#

System.Console.WriteLine(deployedDac.Description);  

VB

System.Console.WriteLine(deployedDac.Description)  

PowerShell

Write-Host $deployedDac.Description  

適用対象