Share via


SchemaDeploymentConstructor.Setup Method (FileInfo, FileInfo)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

SchemaDeploymentConstructor Class

Setup Overload

Microsoft.Data.Schema.Build Namespace