Provides access to members that return and modify subtype information.

Members

Name Description
Method AddSubtype Adds the subtype to the set of associated subtypes.
Read/write property DefaultSubtypeCode The default subtype associated with the class.
Read/write property DefaultValue The default value for the associated attribute.
Method DeleteSubtype Deletes the subtype from the set of associated subtypes.
Read/write property Domain The domain given the subtype and field.
Read-only property HasSubtype Indicates if the table has subtypes.
Read-only property SubtypeFieldIndex The subtype field index.
Read/write property SubtypeFieldName The subtype field name.
Write-only property SubtypeName The subtype name.
Read-only property SubtypeName The subtype name.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.