Share via


IModelAnnotation.IsAttachedToStore Property

Gets whether this annotation is attached to the model store.

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

Syntax

'Declaration
ReadOnly Property IsAttachedToStore As Boolean
'Usage
Dim instance As IModelAnnotation 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
Returns True if this annotation is attached to the model store; otherwise, False.

.NET Framework Security

See Also

Reference

IModelAnnotation Interface

IModelAnnotation Members

Microsoft.Data.Schema.SchemaModel Namespace