RegisteredServerException.RegisteredServerExceptionType 属性
Gets the type of the exception.
命名空间: Microsoft.SqlServer.Management.RegisteredServers
程序集: Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)
语法
声明
Public Overridable ReadOnly Property RegisteredServerExceptionType As RegisteredServerExceptionType
Get
用法
Dim instance As RegisteredServerException
Dim value As RegisteredServerExceptionType
value = instance.RegisteredServerExceptionType
public virtual RegisteredServerExceptionType RegisteredServerExceptionType { get; }
public:
virtual property RegisteredServerExceptionType RegisteredServerExceptionType {
RegisteredServerExceptionType get ();
}
abstract RegisteredServerExceptionType : RegisteredServerExceptionType
override RegisteredServerExceptionType : RegisteredServerExceptionType
function get RegisteredServerExceptionType () : RegisteredServerExceptionType
属性值
类型:Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerExceptionType
A RegisteredServerExceptionType object that specifies the type of the exception.