SqlSchemaModel.AnnotationsIncludedInSerialization, propriété
Obtient une valeur qui indique si les annotations sont incluses lorsque le modèle est sérialisé.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property AnnotationsIncludedInSerialization As IList(Of Type)
Get
public override IList<Type> AnnotationsIncludedInSerialization { get; }
public:
virtual property IList<Type^>^ AnnotationsIncludedInSerialization {
IList<Type^>^ get () override;
}
abstract AnnotationsIncludedInSerialization : IList<Type>
override AnnotationsIncludedInSerialization : IList<Type>
override function get AnnotationsIncludedInSerialization () : IList<Type>
Valeur de propriété
Type : System.Collections.Generic.IList<Type>
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.