Свойство DeployedDac.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