Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.