DmfException.DmfExceptionType プロパティ

例外の種類を取得します。

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

構文

'宣言
Public Overridable ReadOnly Property DmfExceptionType As DmfExceptionType 
    Get
'使用
Dim instance As DmfException 
Dim value As DmfExceptionType 

value = instance.DmfExceptionType
public virtual DmfExceptionType DmfExceptionType { get; }
public:
virtual property DmfExceptionType DmfExceptionType {
    DmfExceptionType get ();
}
abstract DmfExceptionType : DmfExceptionType 
override DmfExceptionType : DmfExceptionType
function get DmfExceptionType () : DmfExceptionType

プロパティ値

型: Microsoft.SqlServer.Management.Dmf.DmfExceptionType
例外の種類を指定する DmfExceptionType 値です。

説明

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

使用例

SMO 例外の処理

関連項目

参照

DmfException クラス

Microsoft.SqlServer.Management.Dmf 名前空間