Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the value of the field in its native format.
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Property Value As Object
Get
Friend Set
'Utilisation
Dim instance As PublishedEventField
Dim value As Object
value = instance.Value
public Object Value { get; internal set; }
public:
virtual property Object^ Value {
Object^ get () sealed;
internal: void set (Object^ value) sealed;
}
abstract Value : Object with get, internal set
override Value : Object with get, internal set
final function get Value () : Object
internal final function set Value (value : Object)
Valeur de propriété
Type : System.Object
The value of the field in its native format.