DatabaseSchemaProvider.StoreSchema Property

Gets the store schema.

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

Syntax

'Declaration
Public ReadOnly Property StoreSchema As ModelSchema
    Get
'Usage
Dim instance As DatabaseSchemaProvider
Dim value As ModelSchema

value = instance.StoreSchema
public ModelSchema StoreSchema { get; }
public:
property ModelSchema^ StoreSchema {
    ModelSchema^ get ();
}
function get StoreSchema () : ModelSchema
member StoreSchema : ModelSchema

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
Returns a ModelSchema.

.NET Framework Security

See Also

Reference

DatabaseSchemaProvider Class

DatabaseSchemaProvider Members

Microsoft.Data.Schema.Extensibility Namespace