Provides access to members that return and modify subtype information.
Members
| Name | Description | |
|---|---|---|
![]() |
AddSubtype | Adds the subtype to the set of associated subtypes. |
![]() |
DefaultSubtypeCode | The default subtype associated with the class. |
![]() |
DefaultValue | The default value for the associated attribute. |
![]() |
DeleteSubtype | Deletes the subtype from the set of associated subtypes. |
![]() |
Domain | The domain given the subtype and field. |
![]() |
HasSubtype | Indicates if the table has subtypes. |
![]() |
SubtypeFieldIndex | The subtype field index. |
![]() |
SubtypeFieldName | The subtype field name. |
![]() |
SubtypeName | The subtype name. |
![]() |
SubtypeName | The subtype name. |
![]() |
Subtypes | The subtypes associated with the class. |
ISubtypes2.SubtypeName Property
The subtype name.
Public Sub set_SubtypeName ( _
ByVal SubtypeCode As Integer, _
ByVal A_2 As String _
)
public void set_SubtypeName (
int SubtypeCode,
string A_2
);
ISubtypes2.SubtypeName Property
The subtype name.
Public Sub set_SubtypeName ( _
ByVal SubtypeCode As Integer, _
ByVal A_2 As String _
)
public void set_SubtypeName (
int SubtypeCode,
string A_2
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| ISubtypes | Provides access to members that return and modify subtype information. |
Classes that implement ISubtypes2
| Classes | Description |
|---|




