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 | |
---|---|---|
CachedCodePage | Infraestructura. Gets or sets the cached code page. | |
CachedComparisonFlags | Infraestructura. Gets or sets the Cached comparison flags used. | |
CachedDataType | Infraestructura. Gets or sets the cached data types. | |
CachedLength | Infraestructura. Gets or sets the cached length. | |
CachedName | Infraestructura. Gets or sets the cached name. | |
CachedPrecision | Infraestructura. Gets or sets the cached precision. | |
CachedScale | Infraestructura. Gets or sets the cached scale. | |
CachedSortKeyPosition | Infraestructura. Gets or sets the cached key position. |
Arriba