Metoda Helper.IsPrimitiveType
Wskazuje, czy typ danych jest typ wartości.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw: Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)
Składnia
'Deklaracja
Public Shared Function IsPrimitiveType ( _
typeName As String _
) As Boolean
'Użycie
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
Parametry
- typeName
Typ: System.String
Nazwa typu Sprawdź typ danych.
Wartość zwracana
Typ: System.Boolean
TRUE , jeśli typ danych jest typ wartości; w przeciwnym razie false.