Compartir a través de


DeployedDac.Description Propiedad

Gets the textual description DeployedDac object.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property Description As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
A String value that specifies the description of the DeployedDac object.

Ejemplos

VC#

System.Console.WriteLine(deployedDac.Description);

VB

System.Console.WriteLine(deployedDac.Description)

PowerShell

Write-Host $deployedDac.Description 

Vea también

Referencia

DeployedDac Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility