Поделиться через


ModelAnnotation.IsAttachedToStore Property

Gets a value that indicates whether the annotation is attached to a ModelStore.

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

Syntax

'Declaration
Public ReadOnly Property IsAttachedToStore As Boolean
public bool IsAttachedToStore { get; }
public:
virtual property bool IsAttachedToStore {
    bool get () sealed;
}
abstract IsAttachedToStore : bool
override IsAttachedToStore : bool
final function get IsAttachedToStore () : boolean

Property Value

Type: System.Boolean
true if the annotation is attached to a ModelStore; otherwise, false.

Implements

IModelAnnotation.IsAttachedToStore

.NET Framework Security

See Also

Reference

ModelAnnotation Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelStore