Represents the data source sub type for a object.

Namespace: ININ.IceLib.Configuration.DataTypes
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum ICDataSourceSubType
Visual Basic
Public Enumeration ICDataSourceSubType

Members

Member nameValueDescription
None0 Represents no data sub type.
Db21 Represents a DB2 data sub type.
Informix2 Represents an Informix data sub type.
Ingres3 Represents an Ingres data sub type.
Oracle4 Represents an Oracle data sub type.
MsAccess5 Represents an MS Access data sub type.
MsSql6 Represents an MS SQL data sub type.
Sybase7 Represents a Sybase data sub type.
Other8 Represents an Other data sub type.
IPlanet9 Represents an iPlanet data sub type.
OpenLdap10 Represents an Open LDAP data sub type.
ActiveDirectory11 Represents an Active Directory data sub type.
MsOutlook12 Represents a MS Outlook data sub type.
MsExchange13 Represents a MS Exchange data sub type.
ININTextFile14 Represents an ININ Text File data sub type.
ThinkDirectMarketing15 Represents a Think Direct Marketing data sub type.
RediConnect16 Represents a Redi-Connect data sub type.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.

See Also