DataSchemaModel.Controller Property

Gets the model controller.

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

Syntax

'Declaration
Protected ReadOnly Property Controller As DataSchemaModelController
protected DataSchemaModelController Controller { get; }
protected:
property DataSchemaModelController^ Controller {
    DataSchemaModelController^ get ();
}
member Controller : DataSchemaModelController
function get Controller () : DataSchemaModelController

Property Value

Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
A DataSchemaModelController object that provides access to the schema model.

.NET Framework Security

See Also

Reference

DataSchemaModel Class

Microsoft.Data.Schema.SchemaModel Namespace

DataSchemaModelController