Partager via


Interface IDTSInputColumnCachedInfo100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the IDTS input column cached information.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("200084D9-C38B-4D17-BD79-24665FDADE95")> _
Public Interface IDTSInputColumnCachedInfo100
'Utilisation
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

Le type IDTSInputColumnCachedInfo100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CachedCodePage Infrastructure. Gets or sets the cached code page.
Propriété publique CachedComparisonFlags Infrastructure. Gets or sets the Cached comparison flags used.
Propriété publique CachedDataType Infrastructure. Gets or sets the cached data types.
Propriété publique CachedLength Infrastructure. Gets or sets the cached length.
Propriété publique CachedName Infrastructure. Gets or sets the cached name.
Propriété publique CachedPrecision Infrastructure. Gets or sets the cached precision.
Propriété publique CachedScale Infrastructure. Gets or sets the cached scale.
Propriété publique CachedSortKeyPosition Infrastructure. Gets or sets the cached key position.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper