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 (in microsoft.sqlserver.webservicetask.dll)
语法
声明
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace