DTSPIPELINEVERSION 枚举

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Enumeration DTSPIPELINEVERSION
用法
Dim instance As DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
public enum class DTSPIPELINEVERSION
type DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION

成员

成员名称 说明
DTSPIPELINE_CURRENTVERSION The version of the data flow engine installed on the local computer.

注释

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.

请参阅

参考

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间