DEDesignerExtensibility, COM interface constants for VB.Net / VBScript

DEDesignerExtensibility - interface constants

     This page contains simple VBA include for the DEDesignerExtensibility COM library.

library parameters

File NameProgram Files\Common Files\designer\DEEXT.TLB
Guid{B257B8C0-84F6-11D0-B3B0-00A0C9055D8E}
Enums5

HostTypeEnum

enum, 10 members.
Public Enum HostTypeEnum
  htInteger = 2  '&H2
  htLong = 3  '&H3
  htFloat = 4  '&H4
  htDouble = 5  '&H5
  htCurrency = 6  '&H6
  htDate = 7  '&H7
  htString = 8  '&H8
  htBoolean = 11  '&HB
  htByte = 17  '&H11
  htVariant = 12  '&HC
End Enum

SourceConstants

enum, 3 members.
  'Specifies the type of the source of a DEConnection object.
Public Enum SourceConstants

  'The source of the DEConnection object is an ODBC data source.
  deUseOLEDBFile = 1  '&H1

  'The source of the DEConnection object is a data link file.
  deUseODBCDataSource = 2  '&H2

  'The source of the DEConnection object is a connection string.
  deUseOLEDBConnectionString = 3  '&H3
End Enum

adoFunctionEnum

enum, 7 members.
Public Enum adoFunctionEnum
  adoAny = 1  '&H1
  adoAverage = 2  '&H2
  adoCnt = 3  '&H3
  adoMax = 4  '&H4
  adoMin = 5  '&H5
  adoSDev = 6  '&H6
  adoSum = 7  '&H7
End Enum

AggregateTypeEnum

enum, 3 members.
  'Specifies what the calculated value of the DEAggregate object is based. 
Public Enum AggregateTypeEnum

  'The calculated value of the DEAggregate object is based on a relation hierarchy.
  deRelation = 1  '&H1

  'The calculated value of the DEAggregate object is based on a grouping.
  deGrouping = 2  '&H2

  'The calculated value of the DEAggregate object is based on a grand total.
  deGrandTotal = 3  '&H3
End Enum

ChildComparisonEnum

enum, 2 members.
  'Specifies what the child comparison value in the DERelationCondition object is compared against.
Public Enum ChildComparisonEnum

  'The child comparison of the DERelationCondition object is based on a DEField object.
  deFieldLink = 0  '&H0

  'The child comparison of the DERelationCondition object is based on a DEField object.
  deParamLink = 1  '&H1
End Enum
WUtils.com