Share via


ModelStore.Annotation.IsAttachedToStore Property

Returns whether this annotation is attached to model store.

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

Syntax

'Declaration
Public ReadOnly Property IsAttachedToStore As Boolean
'Usage
Dim instance As ModelStore.Annotation 
Dim value As Boolean 

value = instance.IsAttachedToStore
public bool IsAttachedToStore { get; }
public:
virtual property bool IsAttachedToStore {
    bool get () sealed;
}
public final function get IsAttachedToStore () : boolean

Property Value

Type: System.Boolean
Returns true if this annotation is attached to model store, false otherwise.

Implements

IModelAnnotation.IsAttachedToStore

.NET Framework Security

See Also

Reference

ModelStore.Annotation Class

ModelStore.Annotation Members

Microsoft.Data.Schema.SchemaModel Namespace