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.
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
- 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.