다음을 통해 공유


GetDotNetType 메서드

Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask(Microsoft.SqlServer.WebServiceTask.dll)

구문

‘선언
Public Shared Function GetDotNetType ( _
    primitiveType As String _
) As String
‘사용 방법
Dim primitiveType As String
Dim returnValue As String

returnValue = Helper.GetDotNetType(primitiveType)
public static string GetDotNetType(
    string primitiveType
)
public:
static String^ GetDotNetType(
    String^ primitiveType
)
static member GetDotNetType : 
        primitiveType:string -> string 
public static function GetDotNetType(
    primitiveType : String
) : String

매개 변수

반환 값

유형: System. . :: . .String
The full name of the .NET Framework System.Type that corresponds to the value type.