Compartilhar via


Método Helper.IsPrimitiveType

Indicates if a data type is a value type.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
Public Shared Function IsPrimitiveType ( _
    typeName As String _
) As Boolean
'Uso
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

Parâmetros

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

Valor de retorno

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

Consulte também

Referência

Helper Classe

Namespace Microsoft.SqlServer.Dts.Tasks.WebServiceTask