Gets the specified type of operator. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public ReadOnly Property OpType As FilterNodeOperator.Type
Get
'用途
Dim instance As FilterNodeOperator
Dim value As FilterNodeOperator.Type
value = instance.OpType
public FilterNodeOperator.Type OpType { get; }
public:
property FilterNodeOperator.Type OpType {
FilterNodeOperator.Type get ();
}
member OpType : FilterNodeOperator.Type
function get OpType () : FilterNodeOperator.Type
屬性值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The operator type.