Compartir a través de


Enumeración DTSPersistenceFormat

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSPersistenceFormat
'Uso
Dim instance As DTSPersistenceFormat
public enum DTSPersistenceFormat
public enum class DTSPersistenceFormat
type DTSPersistenceFormat
public enum DTSPersistenceFormat

Miembros

Nombre del miembro Descripción
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.

Comentarios

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

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper