共用方式為


DmfExceptionType 屬性

此成員會覆寫 DmfException. . :: . .DmfExceptionType

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType
    Get
'用途
Dim instance As ObjectValidationException
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