AdapterAlreadyExistsException Constructor (String, String)
Initializes a new instance of the AdapterAlreadyExistsException class that has the specified interface and type.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
interfaceName As String, _
typeName As String _
)
'Uso
Dim interfaceName As String
Dim typeName As String
Dim instance As New AdapterAlreadyExistsException(interfaceName, _
typeName)
public AdapterAlreadyExistsException(
string interfaceName,
string typeName
)
public:
AdapterAlreadyExistsException(
String^ interfaceName,
String^ typeName
)
new :
interfaceName:string *
typeName:string -> AdapterAlreadyExistsException
public function AdapterAlreadyExistsException(
interfaceName : String,
typeName : String
)
Parámetros
- interfaceName
Tipo: System. . :: . .String
A String value that specifies the name of the referenced interface.
- typeName
Tipo: System. . :: . .String
A String value that specifies the type of the referenced object.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.