Udostępnij za pośrednictwem


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

Parameters

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

Return Value

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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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