Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a IDTSDataTypeInfos100 collection that contains IDTSDataTypeInfo100 objects. This property is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property DataTypeInfos As IDTSDataTypeInfos100
Get
'Usage
Dim instance As IDTSApplication100
Dim value As IDTSDataTypeInfos100
value = instance.DataTypeInfos
IDTSDataTypeInfos100 DataTypeInfos { get; }
property IDTSDataTypeInfos100^ DataTypeInfos {
IDTSDataTypeInfos100^ get ();
}
abstract DataTypeInfos : IDTSDataTypeInfos100
function get DataTypeInfos () : IDTSDataTypeInfos100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfos100
A IDTSDataTypeInfos100 collection that contains IDTSDataTypeInfo100 objects.