Propriedade ModelStore.BuiltInPropertyTypes
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
Valor de propriedade
Tipo: System.Collections.Generic.ICollection<Type>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.