Proprietà ModelStore.BuiltInPropertyTypes
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property BuiltInPropertyTypes As ICollection(Of Type)
Get
public static ICollection<Type> BuiltInPropertyTypes { get; }
public:
static property ICollection<Type^>^ BuiltInPropertyTypes {
ICollection<Type^>^ get ();
}
static member BuiltInPropertyTypes : ICollection<Type>
static function get BuiltInPropertyTypes () : ICollection<Type>
Valore proprietà
Tipo: System.Collections.Generic.ICollection<Type>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.