Propriété SmoExceptionType
Gets the type of SMO exception.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property SmoExceptionType As SmoExceptionType
Get
'Utilisation
Dim instance As ServiceRequestException
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .SmoExceptionType
An SmoExceptionType object that specifies the type of SMO exception.
Voir aussi