Share via


TargetColumnInfo.Value Property

Gets the value of a TargetColumnInfo object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Value As String 
    Get
'Usage
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

Property Value

Type: System.String
The value of a TargetColumnInfo object.

See Also

Reference

TargetColumnInfo Class

Microsoft.SqlServer.Management.XEvent Namespace