Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the version of the data flow engine installed on the computer.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Public Enumeration DTSPIPELINEVERSION
'Uso
Dim instance As DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
public enum class DTSPIPELINEVERSION
type DTSPIPELINEVERSION
public enum DTSPIPELINEVERSION
Membros
| Nome do membro | Descrição | |
|---|---|---|
| DTSPIPELINE_CURRENTVERSION | The version of the data flow engine installed on the local computer. |
Comentários
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.