Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the textual description DeployedDac object.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property Description As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies the description of the DeployedDac object.
Examples
VC#
System.Console.WriteLine(deployedDac.Description);
VB
System.Console.WriteLine(deployedDac.Description)
PowerShell
Write-Host $deployedDac.Description