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
- source
Type : Microsoft.Data.Schema.SchemaModel.DataSchemaModel
DataSchemaModel pour la 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