UnsupportedTargetSetForFacetException.DmfExceptionType プロパティ

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

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

構文

'宣言
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType 
    Get
'使用
Dim instance As UnsupportedTargetSetForFacetException 
Dim value As DmfExceptionType 

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

プロパティ値

型: Microsoft.SqlServer.Management.Dmf.DmfExceptionType
DMF 例外の種類を示す DmfExceptionType 値です。

説明

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

使用例

SMO 例外の処理

関連項目

参照

UnsupportedTargetSetForFacetException クラス

Microsoft.SqlServer.Management.Dmf 名前空間