Partager via


Propriété MapValueInfo.Value

Gets or sets the value of a MapValueInfo 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 MapValueInfo 
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.

Voir aussi

Référence

MapValueInfo Classe

Espace de noms Microsoft.SqlServer.Management.XEvent