SaveAs Method

DTS Programming

DTS Programming

SaveAs Method

The SaveAs method creates a new Data Transformation Services (DTS) package ID and assigns the new name while preserving all other properties.

Applies To
Package Object Package2 Object
Syntax

object.SaveAs NewName

Part Description
object Expression that evaluates to an object in the Applies To list
NewName New package name

Remarks

The package is given a new name and package ID, but nothing is saved to persistent storage.

Prototype (C/C++)

HRESULT SaveAs( BSTR NewName );

See Also

Managing DTS Package Programs

SaveToRepository Method

SaveToRepositoryAs Method

SaveToSQLServer Method

SaveToSQLServerAs Method

SaveToStorageFile Method

SaveToStorageFileAs Method