Share via


IntegrationServices.ISfcDomain.GetType Method

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

Return Value

Type: System.Type
The type.

Implements

ISfcDomain.GetType(String)

See Also

Reference

IntegrationServices Class

Microsoft.SqlServer.Management.IntegrationServices Namespace