IModelAnnotation.IsAttachedToStore, propriété
Obtient une valeur indiquant si cette annotation est attachée au magasin de modèles.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
ReadOnly Property IsAttachedToStore As Boolean
Get
bool IsAttachedToStore { get; }
property bool IsAttachedToStore {
bool get ();
}
abstract IsAttachedToStore : bool
function get IsAttachedToStore () : boolean
Valeur de propriété
Type : System.Boolean
true si cette annotation est attachée au magasin de modèles ; sinon, false.
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.