Partager via


Propriété EventColumnInfo.Value

Gets the value of an EventColumnInfo object.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Value As String 
    Get
'Utilisation
Dim instance As EventColumnInfo 
Dim value As String 

value = instance.Value
[SfcPropertyAttribute(Data = true)]
public string Value { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Value {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Value : string
function get Value () : String

Valeur de propriété

Type : System.String
A string that contains the value of an EventColumnInfo object.

Voir aussi

Référence

EventColumnInfo Classe

Espace de noms Microsoft.SqlServer.Management.XEvent