Partilhar via


Propriedade do RDL PredOperand.OperandObject

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

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

PredOperand Classe

Namespace Microsoft.SqlServer.Management.XEvent