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)
'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
- primitiveType
The type name, as in value type.
The full name of the .NET Framework System.Type that corresponds to the value type.
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.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace