Partager via


Propriété TargetColumnInfo.Value

Gets the value of a TargetColumnInfo object.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public ReadOnly Property Value As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TargetColumnInfo Classe

Espace de noms Microsoft.SqlServer.Management.XEvent