Condividi tramite


DTSPersistenceFormat Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSPersistenceFormat
public enum DTSPersistenceFormat
public enum class DTSPersistenceFormat
public enum DTSPersistenceFormat
public enum DTSPersistenceFormat

Members

Member name Description
PF_SQLSERVER Specifies that an object is persisted in an instance of SQL Server.
PF_XML Specifies that the object is persisted in normal XML format.

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace