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