IntegrationServices.ISfcDomain.GetType Method (String)

 

Applies To: SQL Server 2016 Preview

Retrieves the type.

Namespace:   Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

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
Private Function GetType (
    typeName As String
) As Type
    Implements ISfcDomain.GetType

Parameters

Return Value

Type: System.Type

The type.

Implements

ISfcDomain.GetType(String)

See Also

IntegrationServices Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top