Condividi tramite


DeployedDac.Description Proprietà

Definizione

Ottiene la descrizione testuale dell'oggetto DeployedDac.

public:
 property System::String ^ Description { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty]
public string Description { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty>]
member this.Description : string
Public ReadOnly Property Description As String

Valore della proprietà

Valore String che specifica la descrizione dell'oggetto DeployedDac.

Attributi

Esempio

VC #

System.Console.WriteLine(deployedDac.Description);  

VB

System.Console.WriteLine(deployedDac.Description)  

PowerShell

Write-Host $deployedDac.Description  

Si applica a