Freigeben über


Helper.IsPrimitiveType Method

Indicates if a data type is a value type.

Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Syntax

'Declaration
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

Parameter

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

Rückgabewert

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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