DeployedDac.Description Property

Definition

Gets the textual description DeployedDac object.

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

Property Value

A String value that specifies the description of the DeployedDac object.

Attributes

Examples

VC#

System.Console.WriteLine(deployedDac.Description);  

VB

System.Console.WriteLine(deployedDac.Description)  

PowerShell

Write-Host $deployedDac.Description  

Applies to