Compartir a través de


GetCanonicalNameForType Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Ensamblado:  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Sintaxis

'Declaración
Public Function GetCanonicalNameForType ( _
    type As Type _
) As String
'Uso
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

Parámetros

Valor devuelto

Tipo: System. . :: . .String

Implementa

ITypeMapProviderGetCanonicalNameForType(Type)