다음을 통해 공유


DacPackage.Description 속성

Get an optional summary of this package.

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public ReadOnly Property Description As String 
    Get
‘사용 방법
Dim instance As DacPackage 
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
String summary of this package; or null reference if there is no summary.

참고 항목

참조

DacPackage 클래스

Microsoft.SqlServer.Dac 네임스페이스