Share via


STHostTypeMapProvider.GetTypeForCanonicalName Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Syntax

'Declaration
Public Function GetTypeForCanonicalName ( _
    canonicalName As String _
) As Type
'Usage
Dim instance As STHostTypeMapProvider
Dim canonicalName As String
Dim returnValue As Type

returnValue = instance.GetTypeForCanonicalName(canonicalName)
public Type GetTypeForCanonicalName(
    string canonicalName
)
public:
virtual Type^ GetTypeForCanonicalName(
    String^ canonicalName
) sealed
abstract GetTypeForCanonicalName : 
        canonicalName:string -> Type 
override GetTypeForCanonicalName : 
        canonicalName:string -> Type 
public final function GetTypeForCanonicalName(
    canonicalName : String
) : Type

Parameters

Return Value

Type: System.Type

Implements

ITypeMapProviderGetTypeForCanonicalName(String)