GetCanonicalNameForType-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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
Parameter
- type
Typ: System. . :: . .Type
Rückgabewert
Implementiert
ITypeMapProviderGetCanonicalNameForType(Type)