Freigeben über


Helper.GetDotNetType Method

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

Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntax

'Declaration
Public Shared Function GetDotNetType ( _
    primitiveType As String _
) As String
public static string GetDotNetType (
    string primitiveType
)
public:
static String^ GetDotNetType (
    String^ primitiveType
)
public static String GetDotNetType (
    String primitiveType
)
public static function GetDotNetType (
    primitiveType : String
) : String

Parameter

  • primitiveType
    The type name, as in value type.

Rückgabewert

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

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace