Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
CachedCodePage | Infrastruktur Gets or sets the cached code page. |
![]() |
CachedComparisonFlags | Infrastruktur Gets or sets the Cached comparison flags used. |
![]() |
CachedDataType | Infrastruktur Gets or sets the cached data types. |
![]() |
CachedLength | Infrastruktur Gets or sets the cached length. |
![]() |
CachedName | Infrastruktur Gets or sets the cached name. |
![]() |
CachedPrecision | Infrastruktur Gets or sets the cached precision. |
![]() |
CachedScale | Infrastruktur Gets or sets the cached scale. |
![]() |
CachedSortKeyPosition | Infrastruktur Gets or sets the cached key position. |
Zum Anfang
.gif)