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