TargetColumnInfo.Value Propiedad
Gets the value of a TargetColumnInfo object.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Value As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
The value of a TargetColumnInfo object.