DTSRepositoryMetadataOptions constants specify scanning and resolution options to use when storing a DTS package to the Repository.
| Constant | Value | Description |
|---|---|---|
| DTSReposMetadata_Default | 0 | Does no scanner resolution. |
| DTSReposMetadata_RequireScannedCatalog | 1 | Requires that any database objects must have been scanned into repository. |
| DTSReposMetadata_ScanCatalogAlways | 8 | The package will scan all catalogs referenced, rescanning if already scanned. |
| DTSReposMetadata_ScanCatalogIfNotFound | 4 | Package will issue a scan on all catalogs that are not found already scanned. |
| DTSReposMetadata_UseScannedCatalogIfPresent | 2 | Will use any scanned objects found; nonscanned references will create local objects. |