FunctionNotASmoObjectException Costruttori
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.
Overload
| Nome | Descrizione |
|---|---|
| FunctionNotASmoObjectException() |
Costruttore di base |
| FunctionNotASmoObjectException(String) |
Costruttore di base |
| FunctionNotASmoObjectException(String, Exception) |
Costruttore di base |
| FunctionNotASmoObjectException(String, String) |
Costruttore |
FunctionNotASmoObjectException()
Costruttore di base
public FunctionNotASmoObjectException();
Public Sub New ()
Si applica a
FunctionNotASmoObjectException(String)
Costruttore di base
public FunctionNotASmoObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
FunctionNotASmoObjectException(String, Exception)
Costruttore di 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)
Parametri
- message
- String
- innerException
- Exception
Si applica a
FunctionNotASmoObjectException(String, String)
Costruttore
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)
Parametri
- functionName
- String
- targetType
- String