OpType 屬性
Gets the type of operator that is used in the expression.
命名空間: 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
A OperatorType value that specifies the type of operator that is used in the expression.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。