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