Método IntegrationServices.ISfcDomain.GetType
Retrieves the type.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Uso
Dim instance As IntegrationServices
Dim typeName As String
Dim returnValue As Type
returnValue = CType(instance, ISfcDomain).GetType(typeName)
Type ISfcDomain.GetType(
string typeName
)
private:
virtual Type^ GetType(
String^ typeName
) sealed = ISfcDomain::GetType
private abstract GetType :
typeName:string -> Type
private override GetType :
typeName:string -> Type
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- typeName
Tipo: System.String
The name of the type.
Valor de retorno
Tipo: System.Type
The type.
Implementa
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices