Udostępnij przez


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

Wartość zwracana

Typ: System.Boolean
TRUE , jeśli typ danych jest typ wartości; w przeciwnym razie false.