GetCanonicalNameForType 方法
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
命名空間: 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
參數
- type
型別:System. . :: . .Type
傳回值
實作
ITypeMapProviderGetCanonicalNameForType(Type)