Freigeben über


PredOperand.OperandObject-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

PredOperand Klasse

Microsoft.SqlServer.Management.XEvent-Namespace