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 

请参阅

参考

DeployedDac 类

Microsoft.SqlServer.Management.Utility 命名空间