IDTSDataTypeInfos100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Contains a collection of IDTSDataTypeInfo100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("1B6A2EB8-6994-4021-88B7-CDE95816A505")> _
Public Interface IDTSDataTypeInfos100
'Usage
Dim instance As IDTSDataTypeInfos100
[GuidAttribute("1B6A2EB8-6994-4021-88B7-CDE95816A505")]
public interface IDTSDataTypeInfos100
[GuidAttribute(L"1B6A2EB8-6994-4021-88B7-CDE95816A505")]
public interface class IDTSDataTypeInfos100
[<GuidAttribute("1B6A2EB8-6994-4021-88B7-CDE95816A505")>]
type IDTSDataTypeInfos100 = interface end
public interface IDTSDataTypeInfos100
The IDTSDataTypeInfos100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. Gets the number of elements contained in the collection. | |
Item | Infrastructure. Gets an IDTSDataTypeInfo100 object from the collection. |
Top