Compartir a través de


Interfaz IDTSInputColumnCachedInfo100

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

Represents the IDTS input column cached information.

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

Sintaxis

'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")> _
Public Interface IDTSInputColumnCachedInfo100
'Uso
Dim instance As IDTSInputColumnCachedInfo100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")]
public interface IDTSInputColumnCachedInfo100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"200084D9-C38B-4D17-BD79-24665FDADE95")]
public interface class IDTSInputColumnCachedInfo100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")>]
type IDTSInputColumnCachedInfo100 =  interface end
public interface IDTSInputColumnCachedInfo100

El tipo IDTSInputColumnCachedInfo100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CachedCodePage Infraestructura. Gets or sets the cached code page.
Propiedad pública CachedComparisonFlags Infraestructura. Gets or sets the Cached comparison flags used.
Propiedad pública CachedDataType Infraestructura. Gets or sets the cached data types.
Propiedad pública CachedLength Infraestructura. Gets or sets the cached length.
Propiedad pública CachedName Infraestructura. Gets or sets the cached name.
Propiedad pública CachedPrecision Infraestructura. Gets or sets the cached precision.
Propiedad pública CachedScale Infraestructura. Gets or sets the cached scale.
Propiedad pública CachedSortKeyPosition Infraestructura. Gets or sets the cached key position.

Arriba

Vea también

Referencia

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