Condividi tramite


Metodo IsPrimitiveType

Indicates if a data type is a value type.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public Shared Function IsPrimitiveType ( _
    typeName As String _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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