FunctionNotASmoObjectException.DmfExceptionType 属性
Gets the type of DMF exception.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public Overrides ReadOnly Property DmfExceptionType As DmfExceptionType
Get
用法
Dim instance As FunctionNotASmoObjectException
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
A DmfExceptionType value that specifies the type of DMF exception.
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。