Condividi tramite


Proprietà DeploymentContributorContext.Target

Ottiene o imposta il modello di schema dati di destinazione.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Modello di schema dati di destinazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentContributorContext Classe

Spazio dei nomi Microsoft.Data.Schema.Build