Partager via


IsPrimitiveType méthode

Indicates if a data type is a value type.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Public Shared Function IsPrimitiveType ( _
    typeName As String _
) As Boolean
'Utilisation
Dim typeName As String
Dim returnValue As Boolean

returnValue = Helper.IsPrimitiveType(typeName)
public static bool IsPrimitiveType(
    string typeName
)
public:
static bool IsPrimitiveType(
    String^ typeName
)
static member IsPrimitiveType : 
        typeName:string -> bool 
public static function IsPrimitiveType(
    typeName : String
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
true if the data type is a value type; otherwise, false.