Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the description of a TargetField object.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Description As String
Get
Private Set
'Применение
Dim instance As TargetField
Dim value As String
value = instance.Description
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string Description { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ Description {
String^ get ();
private: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member Description : string with get, private set
function get Description () : String
private function set Description (value : String)
Значение свойства
Тип: System.String
A string that contains the description of the [T::Microsoft.SqlServer.Management.XEvent.TargetField] object, or null.