Partilhar via


Método SchemaDeploymentConstructor.Setup (DataSchemaModel, String)

Prepara o SchemaDeployment o objeto usando o código-fonte fornecido modelo e destino conexão cadeia de caracteres.

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

Sintaxe

'Declaração
Public Sub Setup ( _
    source As DataSchemaModel, _
    targetConnectionString As String _
)
public void Setup(
    DataSchemaModel source,
    string targetConnectionString
)
public:
void Setup(
    DataSchemaModel^ source, 
    String^ targetConnectionString
)
member Setup : 
        source:DataSchemaModel * 
        targetConnectionString:string -> unit 
public function Setup(
    source : DataSchemaModel, 
    targetConnectionString : String
)

Parâmetros

  • targetConnectionString
    Tipo: System.String
    A seqüência de conexão do banco de dados de destino.

Segurança do .NET Framework

Consulte também

Referência

SchemaDeploymentConstructor Classe

Sobrecargas Setup

Namespace Microsoft.Data.Schema.Build

DataSchemaModel