MembersIncludeCreator property

Sets or returns whether to include the database creator in the default member list.

Syntax


C++

HRESULT get_MembersIncludeCreator(VARIANT_BOOL* pAllow)

HRESULT put_MembersIncludeCreator(VARIANT_BOOL allow)

Scripting languages

Boolean = object.MembersIncludeCreator

object.MembersIncludeCreator = Boolean

Legal values


Value

Description

TRUE

The creator is included in the initial value for the field and is appended to the member list specified by the DefaultValue property.

FALSE

The creator is not included in the initial value and the default member list is determined by the value of the DefaultValue property.

Remarks


You can only set the MembersIncludeCreator property if the DataType property is set to erColumnTypeMembers. Otherwise, MembersIncludeCreator returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDBColumn


See also

Databases