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.