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
Parameters
- primitiveType
The type name, as in value type.
Return Value
The full name of the .NET Framework System.Type that corresponds to the value type.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace