ModelAnnotation.IsAttachedToStore, propriété
Obtient une valeur qui indique si l'annotation est attaché à un ModelStore.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsAttachedToStore As Boolean
Get
public bool IsAttachedToStore { get; }
public:
virtual property bool IsAttachedToStore {
bool get () sealed;
}
abstract IsAttachedToStore : bool
override IsAttachedToStore : bool
final function get IsAttachedToStore () : boolean
Valeur de propriété
Type : System.Boolean
true si l'annotation est attachée à un ModelStore ; sinon, false.
Implémentations
IModelAnnotation.IsAttachedToStore
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.