Helper.IsPrimitiveType Method

Indicates if a data type is a value type.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Синтаксис

'Декларация
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

Параметры

  • typeName
    The name of the type to verify the data type of.

Возвращаемое значение

true if the data type is a value type; otherwise, false.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Helper Class
Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace