ExpressionNodeOperator.OpType プロパティ

式で使用される演算子の種類を取得します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public ReadOnly Property OpType As OperatorType 
    Get
'使用
Dim instance As ExpressionNodeOperator 
Dim value As OperatorType 

value = instance.OpType
public OperatorType OpType { get; }
public:
property OperatorType OpType {
    OperatorType get ();
}
member OpType : OperatorType
function get OpType () : OperatorType

プロパティ値

型: Microsoft.SqlServer.Management.Dmf.OperatorType
式で使用される演算子の種類を示す OperatorType 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

ExpressionNodeOperator クラス

Microsoft.SqlServer.Management.Dmf 名前空間