Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- sourceSchemaFile
Type: System.IO.FileInfo
- targetSchemaFile
Type: System.IO.FileInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.