Destination public class Destination Documentation public bool AppendMasterDatabasePrefix { get; } public string DatabaseName { get; } public bool HasDbSpecification { get; } public bool IncludeRankColumn { get; set; } public bool InsertIntoExistingTable { get; set; } public bool MaintainSortOrder { get; set; } public string SchemaName { get; } public bool SelectFinalRowCount { get; set; } public string TableName { get; } protected Destination() public static Destination GetMasterDatabaseDestination(string tableName) public static Destination GetNewLocalDestination(string tableName) public static Destination GetResourcesDestination(string tableName)