다음을 통해 공유


GetCanonicalNameForType 메서드

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
어셈블리:  Microsoft.SqlServer.ScriptTask.dll의 Microsoft.SqlServer.ScriptTask

구문

‘선언
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)