ExpressionNodeNotConfigurableException.Subtype プロパティ

例外に関連付けられているサブタイプを取得します。

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

構文

'宣言
Public ReadOnly Property Subtype As String 
    Get
'使用
Dim instance As ExpressionNodeNotConfigurableException 
Dim value As String 

value = instance.Subtype
public string Subtype { get; }
public:
property String^ Subtype {
    String^ get ();
}
member Subtype : string
function get Subtype () : String

プロパティ値

型: System.String
例外に関連付けられているサブタイプを示す String 値です。

説明

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

使用例

SMO 例外の処理

関連項目

参照

ExpressionNodeNotConfigurableException クラス

Microsoft.SqlServer.Management.Dmf 名前空間