Перечисление 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.