IntegrationServices.ISfcDomain.GetType Método
Retrieves the type.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- typeName
Tipo: System.String
The name of the type.
Valor devuelto
Tipo: System.Type
The type.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices