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.