Proprietà PredOperand.OperandObject

Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OperandObject As Object 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Object
The object used to construct the operand.

Vedere anche

Riferimento

PredOperand Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent