The SaveAs method creates a new Data Transformation Services (DTS) package ID and assigns the new name while preserving all other properties.
object.SaveAs NewName
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
NewName | New package name |
The package is given a new name and package ID, but nothing is saved to persistent storage.
HRESULT SaveAs( BSTR NewName );