Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the SMO exception type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property SmoExceptionType As SmoExceptionType
Get
'Usage
Dim instance As UnsupportedVersionException
Dim value As SmoExceptionType
value = instance.SmoExceptionType
public override SmoExceptionType SmoExceptionType { get; }
public:
virtual property SmoExceptionType SmoExceptionType {
SmoExceptionType get () override;
}
abstract SmoExceptionType : SmoExceptionType
override SmoExceptionType : SmoExceptionType
override function get SmoExceptionType () : SmoExceptionType
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.SmoExceptionType
An SmoExceptionType object value that specifies the type of SMO exception.
Beispiele
Siehe auch
Verweis
UnsupportedVersionException Klasse
Microsoft.SqlServer.Management.Smo-Namespace