ModelBuilderConstructor.DataSchemaModelController, propriété
Obtient ou définit le contrôleur du gestionnaire de schémas.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Property DataSchemaModelController As DataSchemaModelController
Get
Set
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)
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
Retourne un DataSchemaModelController.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.