Compartir a través de


RegisteredServerExceptionType Propiedad

Gets the type of the exception.

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property RegisteredServerExceptionType As RegisteredServerExceptionType
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.RegisteredServers. . :: . .RegisteredServerExceptionType
A RegisteredServerExceptionType object that specifies the type of the exception.