Compartilhar via


Enumeração DTSPersistenceFormat

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Public Enumeration DTSPersistenceFormat
'Uso
Dim instance As DTSPersistenceFormat
public enum DTSPersistenceFormat
public enum class DTSPersistenceFormat
type DTSPersistenceFormat
public enum DTSPersistenceFormat

Membros

Nome do membro Descrição
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.

Comentários

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

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper