Partager via


GetCanonicalNameForType méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly :  Microsoft.SqlServer.ScriptTask (dans Microsoft.SqlServer.ScriptTask.dll)

Syntaxe

'Déclaration
Public Function GetCanonicalNameForType ( _
    type As Type _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .String

Implémente

ITypeMapProviderGetCanonicalNameForType(Type)