UnsupportedCompatLevelException Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
L'eccezione viene generata quando un'operazione viene eseguita con un livello di compatibilità non supportato per l'operazione specificata.
[System.Serializable]
public sealed class UnsupportedCompatLevelException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type UnsupportedCompatLevelException = class
inherit SmoException
Public NotInheritable Class UnsupportedCompatLevelException
Inherits SmoException
- Ereditarietà
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| UnsupportedCompatLevelException() |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException. |
| UnsupportedCompatLevelException(String, Exception) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException. |
| UnsupportedCompatLevelException(String) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException. |
Proprietà
| Nome | Descrizione |
|---|---|
| HelpLink |
Ottiene un collegamento come stringa al sito Web di supporto. (Ereditato da SmoException) |
| SmoExceptionType |
Ottiene il tipo di exeption dall'oggetto T:Microsoft. Enumerazione SqlServer.Management.Smo.SmoExceptionType. |
Metodi
| Nome | Descrizione |
|---|---|
| SetHelpContext(String) |
L'eccezione viene generata quando un'operazione viene eseguita con un livello di compatibilità non supportato per l'operazione specificata. (Ereditato da SmoException) |