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