Compartir a través de


Campo DTS_MANAGED_INFO.pctType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the pctType information.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public pctType As DTSPipelineComponentType
'Uso
Dim instance As DTS_MANAGED_INFO 
Dim value As DTSPipelineComponentType 

value = instance.pctType 

instance.pctType = value
public DTSPipelineComponentType pctType
public:
DTSPipelineComponentType pctType
val mutable pctType: DTSPipelineComponentType
public var pctType : DTSPipelineComponentType

Vea también

Referencia

DTS_MANAGED_INFO Estructura

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