FunctionNotASmoObjectException Constructeurs
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.
Surcharges
| Nom | Description |
|---|---|
| FunctionNotASmoObjectException() |
Constructeur de base |
| FunctionNotASmoObjectException(String) |
Constructeur de base |
| FunctionNotASmoObjectException(String, Exception) |
Constructeur de base |
| FunctionNotASmoObjectException(String, String) |
Constructor |
FunctionNotASmoObjectException()
Constructeur de base
public FunctionNotASmoObjectException();
Public Sub New ()
S’applique à
FunctionNotASmoObjectException(String)
Constructeur de base
public FunctionNotASmoObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
FunctionNotASmoObjectException(String, Exception)
Constructeur de base
public FunctionNotASmoObjectException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception
S’applique à
FunctionNotASmoObjectException(String, String)
Constructor
public FunctionNotASmoObjectException(string functionName, string targetType);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string * string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (functionName As String, targetType As String)
Paramètres
- functionName
- String
- targetType
- String