Proprietà SmoExceptionType
Ottiene il tipo di eccezione.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property SmoExceptionType As SmoExceptionType
Get
'Utilizzo
Dim instance As FailedOperationException
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SmoExceptionType
Valore dell'oggetto SmoExceptionType che specifica il tipo di eccezione.
Vedere anche