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 命名空间