Library Specification Object Model Reference

ISurveyAsset.Copy Method

Creates a local copy of this asset with the specified stage. All non-unique fields are copied to the new asset. This is a shallow copy of the asset's versions, only the latest version is copied, and the version and id fields are null.

Overload List

Creates a local copy of this asset with the specified stage. All non-unique fields are copied to the new asset. This is a shallow copy of the asset's versions, only the latest version is copied, and the version and id fields are null.

ISurveyAsset Copy(IStage);

Creates a local copy of this asset. All non-unique fields are copied to the new asset. This is a shallow copy of the asset's versions, only the latest version is copied, and the version and id fields are null.

ISurveyAsset Copy(string);

See Also

ISurveyAsset Interface | Spss.Dimensions.Library.Specification Namespace