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  

적용 대상