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.