UnsupportedObjectTypeException Constructor (String, String)
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
typeName As String, _
host As String _
)
'Uso
Dim typeName As String
Dim host As String
Dim instance As New UnsupportedObjectTypeException(typeName, _
host)
public UnsupportedObjectTypeException(
string typeName,
string host
)
public:
UnsupportedObjectTypeException(
String^ typeName,
String^ host
)
new :
typeName:string *
host:string -> UnsupportedObjectTypeException
public function UnsupportedObjectTypeException(
typeName : String,
host : String
)