DTSPIPELINEVERSION Enumeration

Specifies the version of the data flow engine installed on the computer.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
Public Enumeration DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
public enum class DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION

Members

Member name Description
DTSPIPELINE_CURRENTVERSION The version of the data flow engine installed on the local computer.

Hinweise

The DTSPIPELINEVERSION enumeration contains a single value, DTSPIPELINE_CURRENTVERSION, which indicates the version of the data flow engine installed on the local computer. When a component is loaded by the data flow engine, its PipelineVersion property is checked to ensure that the version of the data flow engine is the version that is compatible with the component.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace