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_XML | Specifies that the object is persisted in normal XML format. | |
PF_SQLSERVER | Specifies that an object is persisted in an instance of SQL Server. |
備註
The members of this enumeration specify the persistence format of an object in the data flow task.