Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.