DeployedDac.Description 속성
Gets the textual description DeployedDac object.
네임스페이스: 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
A String value that specifies the description of the DeployedDac object.
예
VC#
System.Console.WriteLine(deployedDac.Description);
VB
System.Console.WriteLine(deployedDac.Description)
PowerShell
Write-Host $deployedDac.Description