FunctionNotASmoObjectException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| FunctionNotASmoObjectException() |
Constructor base |
| FunctionNotASmoObjectException(String) |
Constructor base |
| FunctionNotASmoObjectException(String, Exception) |
Constructor base |
| FunctionNotASmoObjectException(String, String) |
Constructor |
FunctionNotASmoObjectException()
Constructor base
public FunctionNotASmoObjectException();
Public Sub New ()
Se aplica a
FunctionNotASmoObjectException(String)
Constructor base
public FunctionNotASmoObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
FunctionNotASmoObjectException(String, Exception)
Constructor 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)
Parámetros
- message
- String
- innerException
- Exception
Se aplica a
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)
Parámetros
- functionName
- String
- targetType
- String