Interfaccia IDTSInputColumnCachedInfo100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the IDTS input column cached information.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

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

Nel tipo IDTSInputColumnCachedInfo100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CachedCodePage Infrastruttura. Gets or sets the cached code page.
Proprietà pubblica CachedComparisonFlags Infrastruttura. Gets or sets the Cached comparison flags used.
Proprietà pubblica CachedDataType Infrastruttura. Gets or sets the cached data types.
Proprietà pubblica CachedLength Infrastruttura. Gets or sets the cached length.
Proprietà pubblica CachedName Infrastruttura. Gets or sets the cached name.
Proprietà pubblica CachedPrecision Infrastruttura. Gets or sets the cached precision.
Proprietà pubblica CachedScale Infrastruttura. Gets or sets the cached scale.
Proprietà pubblica CachedSortKeyPosition Infrastruttura. Gets or sets the cached key position.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper