Sdílet prostřednictvím


DeploymentPlanGenerator.Target – vlastnost

Získá nebo nastaví cílového modelu databáze.

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

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Vrátí cílového modelu databáze.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentPlanGenerator Třída

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

DataSchemaModel