PredOperand.OperandObject 属性

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

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
Public ReadOnly Property OperandObject As Object 
    Get
用法
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

属性值

类型:System.Object
The object used to construct the operand.

请参阅

参考

PredOperand 类

Microsoft.SqlServer.Management.XEvent 命名空间