Compartilhar via


Interface IDTSInputColumnCachedInfo100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents the IDTS input column cached information.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSInputColumnCachedInfo100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CachedCodePage Infraestrutura. Gets or sets the cached code page.
Propriedade pública CachedComparisonFlags Infraestrutura. Gets or sets the Cached comparison flags used.
Propriedade pública CachedDataType Infraestrutura. Gets or sets the cached data types.
Propriedade pública CachedLength Infraestrutura. Gets or sets the cached length.
Propriedade pública CachedName Infraestrutura. Gets or sets the cached name.
Propriedade pública CachedPrecision Infraestrutura. Gets or sets the cached precision.
Propriedade pública CachedScale Infraestrutura. Gets or sets the cached scale.
Propriedade pública CachedSortKeyPosition Infraestrutura. Gets or sets the cached key position.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper