Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Sintaxis
'Declaración
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
Parámetros
- primitiveType
The type name, as in value type.
Valor devuelto
The full name of the .NET Framework System.Type that corresponds to the value type.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace