Sdílet prostřednictvím


ModelBuilderConstructor.DataSchemaModel – vlastnost

Získá nebo nastaví správce schématu pro tvůrce modelu.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Public Property DataSchemaModel As DataSchemaModel
    Get
    Set
public DataSchemaModel DataSchemaModel { get; set; }
public:
property DataSchemaModel^ DataSchemaModel {
    DataSchemaModel^ get ();
    void set (DataSchemaModel^ value);
}
member DataSchemaModel : DataSchemaModel with get, set
function get DataSchemaModel () : DataSchemaModel
function set DataSchemaModel (value : DataSchemaModel)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Vrátí DataSchemaModel.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelBuilderConstructor Třída

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