Condividi tramite


Metodo ModelStore.IsBuiltInPropertyType

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Shared Function IsBuiltInPropertyType ( _
    type As Type _
) As Boolean
public static bool IsBuiltInPropertyType(
    Type type
)
public:
static bool IsBuiltInPropertyType(
    Type^ type
)
static member IsBuiltInPropertyType : 
        type:Type -> bool 
public static function IsBuiltInPropertyType(
    type : Type
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelStore Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel