IModelAnnotation.IsAttachedToStore-Eigenschaft

Ruft ab, ob diese Anmerkung an den Modellspeicher angefügt ist.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property IsAttachedToStore As Boolean
    Get
bool IsAttachedToStore { get; }
property bool IsAttachedToStore {
    bool get ();
}
abstract IsAttachedToStore : bool
function get IsAttachedToStore () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn diese Anmerkung an den Modellspeicher angefügt ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IModelAnnotation Schnittstelle

Microsoft.Data.Schema.SchemaModel-Namespace