次の方法で共有


DmfExceptionType プロパティ

プロパティに割り当てられた文字列が長すぎる場合に発生する例外の種類を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType
    Get
'使用
Dim instance As StringPropertyTooLongException
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
プロパティに割り当てられた文字列が長すぎる場合に発生する例外の種類を表す値です。