Construtor AdapterAlreadyExistsException (String, String)
Initializes a new instance of the AdapterAlreadyExistsException class that has the specified interface and type.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Exemplos
Consulte também
Referência
AdapterAlreadyExistsException Classe