Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.