Partager via


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

Voir aussi

Référence

ModelAnnotation Classe

Microsoft.Data.Schema.SchemaModel, espace de noms

ModelStore