SmoException.SmoExceptionType 属性

Gets the type of SMO exception.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Overridable ReadOnly Property SmoExceptionType As SmoExceptionType 
    Get
用法
Dim instance As SmoException 
Dim value As SmoExceptionType 

value = instance.SmoExceptionType
public virtual SmoExceptionType SmoExceptionType { get; }
public:
virtual property SmoExceptionType SmoExceptionType {
    SmoExceptionType get ();
}
abstract SmoExceptionType : SmoExceptionType 
override SmoExceptionType : SmoExceptionType
function get SmoExceptionType () : SmoExceptionType

属性值

类型:Microsoft.SqlServer.Management.Smo.SmoExceptionType
An SmoExceptionType object value that specifies the type of SMO exception.

示例

处理 SMO 异常

请参阅

参考

SmoException 类

Microsoft.SqlServer.Management.Smo 命名空间