Share via


ModelBuilderConstructor.DataSchemaModelController Property

Gets or sets the schema manager controller.

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

Syntax

'Declaration
Public Property DataSchemaModelController As DataSchemaModelController
public DataSchemaModelController DataSchemaModelController { get; set; }
public:
property DataSchemaModelController^ DataSchemaModelController {
    DataSchemaModelController^ get ();
    void set (DataSchemaModelController^ value);
}
member DataSchemaModelController : DataSchemaModelController with get, set
function get DataSchemaModelController () : DataSchemaModelController
function set DataSchemaModelController (value : DataSchemaModelController)

Property Value

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

.NET Framework Security

See Also

Reference

ModelBuilderConstructor Class

Microsoft.Data.Schema.SchemaModel Namespace