다음을 통해 공유


DTSPersistenceFormat Enumeration

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

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
Public Enumeration DTSPersistenceFormat
public enum DTSPersistenceFormat
public enum class DTSPersistenceFormat
public enum DTSPersistenceFormat
public enum DTSPersistenceFormat

Members

Member name Description
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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace