Sdílet prostřednictvím


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

Viz také

Odkaz

ModelBuilderConstructor Třída

Microsoft.Data.Schema.SchemaModel – obor názvů