Compartir a través de


PredOperand.OperandObject Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public ReadOnly Property OperandObject As Object 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

PredOperand Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent