共用方式為


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