SchemaDeploymentConstructor.Setup, méthode (FileInfo, FileInfo)
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, _
targetSchemaFile As FileInfo _
)
public void Setup(
FileInfo sourceSchemaFile,
FileInfo targetSchemaFile
)
public:
void Setup(
FileInfo^ sourceSchemaFile,
FileInfo^ targetSchemaFile
)
member Setup :
sourceSchemaFile:FileInfo *
targetSchemaFile:FileInfo -> unit
public function Setup(
sourceSchemaFile : FileInfo,
targetSchemaFile : FileInfo
)
Paramètres
- sourceSchemaFile
Type : System.IO.FileInfo
- targetSchemaFile
Type : System.IO.FileInfo
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.