InvalidInOperatorException.OperatorType プロパティ

演算子の型を取得します。

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

構文

'宣言
Public Property OperatorType As String 
    Get 
    Set
'使用
Dim instance As InvalidInOperatorException 
Dim value As String 

value = instance.OperatorType

instance.OperatorType = value
public string OperatorType { get; set; }
public:
property String^ OperatorType {
    String^ get ();
    void set (String^ value);
}
member OperatorType : string with get, set
function get OperatorType () : String 
function set OperatorType (value : String)

プロパティ値

型: System.String
演算子の型を示す String 値です。

説明

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

使用例

SMO 例外の処理

関連項目

参照

InvalidInOperatorException クラス

Microsoft.SqlServer.Management.Dmf 名前空間