Compartilhar via


Propriedade SchemaDeployment.Target

Obtém o DataSchemaModel para o banco de dados de destino.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
O modelo de esquema de dados de destino.

Segurança do .NET Framework

Consulte também

Referência

SchemaDeployment Classe

Namespace Microsoft.Data.Schema.Build

DataSchemaModel