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 object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OperandObject As Object
Get
'Utilisation
Dim instance As PredOperand
Dim value As Object
value = instance.OperandObject
public Object OperandObject { get; }
public:
property Object^ OperandObject {
Object^ get ();
}
member OperandObject : Object
function get OperandObject () : Object
Valeur de propriété
Type : System.Object
The object used to construct the operand.