Condividi tramite


Proprietà SchemaDeployment.Target

Ottiene l'oggetto DataSchemaModel per il database di destinazione.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Target As DataSchemaModel
    Get
public DataSchemaModel Target { get; }
public:
property DataSchemaModel^ Target {
    DataSchemaModel^ get ();
}
member Target : DataSchemaModel
function get Target () : DataSchemaModel

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SchemaDeployment Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DataSchemaModel