Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Retrieves the type.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Private Function GetType ( _
typeName As String _
) As Type Implements ISfcDomain.GetType
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- typeName
Type: System.String
The name of the type.
Return Value
Type: System.Type
The type.
Implements
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace