Partager via


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

Prépare l'objet SchemaDeployment à l'aide du fichier 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 ( _
    sourceSchemaFile As FileInfo, _
    targetConnectionString As String _
)
public void Setup(
    FileInfo sourceSchemaFile,
    string targetConnectionString
)
public:
void Setup(
    FileInfo^ sourceSchemaFile, 
    String^ targetConnectionString
)
member Setup : 
        sourceSchemaFile:FileInfo * 
        targetConnectionString:string -> unit 
public function Setup(
    sourceSchemaFile : FileInfo, 
    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

SchemaDeployment