ModelStore.IsBuiltInPropertyType, méthode
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Paramètres
- type
Type : System.Type
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.