Интерфейс IDTSInputColumnCollection100
Contains a collection of IDTSInputColumn100 columns.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")> _
Public Interface IDTSInputColumnCollection100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSInputColumnCollection100
[GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")]
public interface IDTSInputColumnCollection100 : IEnumerable
[GuidAttribute(L"52AE2E1F-1747-4DE6-ABE4-41F87393FE36")]
public interface class IDTSInputColumnCollection100 : IEnumerable
[<GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")>]
type IDTSInputColumnCollection100 =
interface
interface IEnumerable
end
public interface IDTSInputColumnCollection100 extends IEnumerable
Замечания
The IDTSInputColumnCollection100 contains a collection of IDTSInputColumn100 objects. The collection provides the ability to add, delete, and enumerate the items in the collection.
The columns in the collection are typically inserted into the collection by calling the SetUsageType method of the design time interface. This method sets the UsageType property of a column and places it in the collection.