Compartir a través de


Enumeración DTSPIPELINEVERSION

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSPIPELINEVERSION
'Uso
Dim instance As DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
public enum class DTSPIPELINEVERSION
type DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION

Miembros

Nombre del miembro Descripción
DTSPIPELINE_CURRENTVERSION The version of the data flow engine installed on the local computer.

Comentarios

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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper