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
- sourceSchemaFile
Type : System.IO.FileInfo
FileInfo pour le fichier de base de données source.
- targetConnectionString
Type : System.String
Chaîne de connexion pour la base de données cible.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
SchemaDeploymentConstructor Classe