PredOperand.OperandObject Property

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 (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

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

Property Value

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

See Also

Reference

PredOperand Class

Microsoft.SqlServer.Management.XEvent Namespace