Partager via


RegisteredServerExceptionType propriété

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (dans Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property RegisteredServerExceptionType As RegisteredServerExceptionType
    Get
'Utilisation
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