Freigeben über


ModelStore.IsBuiltInPropertyType-Methode

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelStore Klasse

Microsoft.Data.Schema.SchemaModel-Namespace