DTSPersistenceFormat 枚举

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Enumeration DTSPersistenceFormat
用法
Dim instance As DTSPersistenceFormat
public enum DTSPersistenceFormat
public enum class DTSPersistenceFormat
type DTSPersistenceFormat
public enum DTSPersistenceFormat

成员

成员名称 说明
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.

注释

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

请参阅

参考

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间