共用方式為


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