共用方式為


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 命名空間