Freigeben über


SchemaDeploymentConstructor.Setup-Methode (FileInfo, String)

Bereitet das SchemaDeployment-Objekt mithilfe des bereitgestellten Quelldatei und der Zielverbindungszeichenfolge vor.

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

Syntax

'Declaration
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
)

Parameter

  • targetConnectionString
    Typ: System.String
    Die Verbindungszeichenfolge für die Zieldatenbank.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaDeploymentConstructor Klasse

Setup-Überladung

Microsoft.Data.Schema.Build-Namespace

SchemaDeployment