FunctionNotASmoObjectException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette exception est levée lorsque ExecuteSQLScalar est tenté sur une cible non-SMO
[System.Serializable]
public sealed class FunctionNotASmoObjectException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type FunctionNotASmoObjectException = class
inherit DmfException
Public NotInheritable Class FunctionNotASmoObjectException
Inherits DmfException
- Héritage
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| FunctionNotASmoObjectException() |
Constructeur de base |
| FunctionNotASmoObjectException(String, Exception) |
Constructeur de base |
| FunctionNotASmoObjectException(String, String) |
Constructor |
| FunctionNotASmoObjectException(String) |
Constructeur de base |
Propriétés
| Nom | Description |
|---|---|
| DmfExceptionType |
Type d’exception |
| FunctionName |
Nom de fonction |
| HelpLink |
génère un lien vers le site web d’aide (Hérité de DmfException) |
| Message |
Message |
| TargetType |
Nom du type reçu |
Méthodes
| Nom | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Assistance de sérialisation |
| Init() |
Initialise les propriétés d’instance (Hérité de DmfException) |
| SetHelpContext(String) |
Définit le contexte d’aide (Hérité de DmfException) |