Свойство TargetColumnInfo.Value
Gets the value of a TargetColumnInfo object.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Value As String
Get
'Применение
Dim instance As TargetColumnInfo
Dim value As String
value = instance.Value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public string Value { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property String^ Value {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member Value : string
function get Value () : String
Значение свойства
Тип: System.String
The value of a TargetColumnInfo object.