次の方法で共有


DictType.Enumid Method

Definition

Provides the ID for the enumeration type on which an extended data type is based.

public:
 virtual int Enumid();
public virtual int Enumid ();
abstract member Enumid : unit -> int
override this.Enumid : unit -> int
Public Overridable Function Enumid () As Integer

Returns

The ID of the enumeration type on which the extended data type is based; 0 (zero) if the extended data type is not based on an enumeration.

Remarks

You can use the baseType method to determine what the data type of an extended data type is.

Applies to