Description 속성
DAC 유형을 설명하는 String을 가져옵니다.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public ReadOnly Property Description As String
Get
‘사용 방법
Dim instance As DacType
Dim value As String
value = instance.Description
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
member Description : string
function get Description () : String
속성 값
유형: System. . :: . .String
DAC 유형을 설명하는 String 값입니다.
주의
The DAC type description is specified when the DAC type is authored by using a DAC project in Visual Studio. It can also be specified when a DAC is extracted from an existing database by using the Extract Data-tier Application Wizard.