DTSPersistenceFormat Enum

Definition

Specifies the persistence format of the objects in a data flow task.

public enum class DTSPersistenceFormat
public enum DTSPersistenceFormat
type DTSPersistenceFormat = 
Public Enum DTSPersistenceFormat
Inheritance
DTSPersistenceFormat

Fields

PF_SQLSERVER 2

Specifies that an object is persisted in an instance of SQL Server.

PF_XML 1

Specifies that the object is persisted in normal XML format.

Remarks

The members of this enumeration specify the persistence format of an object in the data flow task.

Applies to