Construtor FunctionWrongReturnTypeException (String, String, String)
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Sub New ( _
functionName As String, _
receivedType As String, _
expectedType As String _
)
'Uso
Dim functionName As String
Dim receivedType As String
Dim expectedType As String
Dim instance As New FunctionWrongReturnTypeException(functionName, _
receivedType, expectedType)
public FunctionWrongReturnTypeException(
string functionName,
string receivedType,
string expectedType
)
public:
FunctionWrongReturnTypeException(
String^ functionName,
String^ receivedType,
String^ expectedType
)
new :
functionName:string *
receivedType:string *
expectedType:string -> FunctionWrongReturnTypeException
public function FunctionWrongReturnTypeException(
functionName : String,
receivedType : String,
expectedType : String
)
Parâmetros
- functionName
Tipo: System. . :: . .String
- receivedType
Tipo: System. . :: . .String
- expectedType
Tipo: System. . :: . .String