Freigeben über


IDTSInputColumnCachedInfo100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the IDTS input column cached information.

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

Syntax

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

Der IDTSInputColumnCachedInfo100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CachedCodePage Infrastruktur Gets or sets the cached code page.
Öffentliche Eigenschaft CachedComparisonFlags Infrastruktur Gets or sets the Cached comparison flags used.
Öffentliche Eigenschaft CachedDataType Infrastruktur Gets or sets the cached data types.
Öffentliche Eigenschaft CachedLength Infrastruktur Gets or sets the cached length.
Öffentliche Eigenschaft CachedName Infrastruktur Gets or sets the cached name.
Öffentliche Eigenschaft CachedPrecision Infrastruktur Gets or sets the cached precision.
Öffentliche Eigenschaft CachedScale Infrastruktur Gets or sets the cached scale.
Öffentliche Eigenschaft CachedSortKeyPosition Infrastruktur Gets or sets the cached key position.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace