DataSchemaModel.Controller, propriété
Obtient le contrôleur de modèle.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property Controller As DataSchemaModelController
Get
protected DataSchemaModelController Controller { get; }
protected:
property DataSchemaModelController^ Controller {
DataSchemaModelController^ get ();
}
member Controller : DataSchemaModelController
function get Controller () : DataSchemaModelController
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
Objet DataSchemaModelController qui donne accès au modèle de schéma.
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.