ModelBuilderConstructor.DataSchemaModelController – vlastnost
Získá nebo nastaví správce řadiče schématu.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModelController
Vrátí DataSchemaModelController.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.