FunctionNotASmoObjectException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| FunctionNotASmoObjectException() |
Konstruktor dasar |
| FunctionNotASmoObjectException(String) |
Konstruktor dasar |
| FunctionNotASmoObjectException(String, Exception) |
Konstruktor dasar |
| FunctionNotASmoObjectException(String, String) |
Constructor |
FunctionNotASmoObjectException()
Konstruktor dasar
public FunctionNotASmoObjectException();
Public Sub New ()
Berlaku untuk
FunctionNotASmoObjectException(String)
Konstruktor dasar
public FunctionNotASmoObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String)
Parameter
- message
- String
Berlaku untuk
FunctionNotASmoObjectException(String, Exception)
Konstruktor dasar
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)
Parameter
- message
- String
- innerException
- Exception
Berlaku untuk
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)
Parameter
- functionName
- String
- targetType
- String