Partager via


SchemaDeploymentConstructor.Setup, méthode (DataSchemaModel, String)

Prépare l'objet SchemaDeployment à l'aide du modèle source et de la chaîne de connexion cible fournis.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • targetConnectionString
    Type : System.String
    Chaîne de connexion pour la base de données cible.

Sécurité .NET Framework

Voir aussi

Référence

SchemaDeploymentConstructor Classe

Setup, surcharge

Microsoft.Data.Schema.Build, espace de noms

DataSchemaModel