GetCanonicalNameForType 方法

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集:  Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)

语法

声明
Public Function GetCanonicalNameForType ( _
    type As Type _
) As String
用法
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

参数

返回值

类型:System. . :: . .String

实现

ITypeMapProviderGetCanonicalNameForType(Type)