Partager via


Méthode Helper.IsPrimitiveType

Indicates if a data type is a value type.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en 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

  • typeName
    Type : System.String
    The name of the type to verify the data type of.

Valeur de retour

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

Voir aussi

Référence

Helper Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask