Interface IInitializeMigrationContext
Interface for a read-only context used in IInitializeMigrationHooks.
Namespace: Tableau.Migration.Engine.Hooks.InitializeMigration
Assembly: Tableau.Migration.dll
Syntax
public interface IInitializeMigrationContext
Properties
Destination
Gets the destination endpoint's preflight context information.
Declaration
IEndpointPreflightContext Destination { get; }
Property Value
Type | Description |
---|---|
IEndpointPreflightContext |
ScopedServices
Gets the migration-scoped service provider.
Declaration
IServiceProvider ScopedServices { get; }
Property Value
Type | Description |
---|---|
IServiceProvider |
Source
Gets the source endpoint's preflight context information.
Declaration
IEndpointPreflightContext Source { get; }
Property Value
Type | Description |
---|---|
IEndpointPreflightContext |