Sdílet prostřednictvím


STHostTypeMapProvider.GetCanonicalNameForType 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 GetCanonicalNameForType ( _
    type As Type _
) As String
'Usage
Dim instance As STHostTypeMapProvider
Dim type As Type
Dim returnValue As String

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

Parameters

Return Value

Type: System.String

Implements

ITypeMapProviderGetCanonicalNameForType(Type)