Condividi tramite


Proprietà ModelAnnotation.IsAttachedToStore

Ottiene un valore che indica se l'annotazione è allegata a un oggetto ModelStore.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Boolean
true se l'annotazione è allegata a un oggetto ModelStore; in caso contrario, false.

Implementa

IModelAnnotation.IsAttachedToStore

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelAnnotation Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelStore