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.
Indicates if a data type is a 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 IsPrimitiveType ( _
typeName As String _
) As Boolean
public static bool IsPrimitiveType (
string typeName
)
public:
static bool IsPrimitiveType (
String^ typeName
)
public static boolean IsPrimitiveType (
String typeName
)
public static function IsPrimitiveType (
typeName : String
) : boolean
Parámetros
- typeName
The name of the type to verify the data type of.
Valor devuelto
true if the data type is a value type; otherwise, false.
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