identityConstraints Property

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference

identityConstraints Property

Returns an ISchemaItemCollection of ISchemaIndentityConstraint objects. These objects implement the ISchemaIdentityConstraint interface.

[Script]

Implementation Syntax

var oIdentityConstraints = oISchemaAttribute.identityConstraints;

Parameters

None.

Return Values

oIdentityConstraints
An object. The collection of ISchemaIdentityConstraint objects.
[Visual Basic]

Implementation Syntax

Set oIdentityConstraints = oISchemaAttribute.identityConstraints

Parameters

None.

Return Values

oIdentityConstraints
An object. The collection of ISchemaIdentityConstraint objects.
[C/C++]

Implementation Syntax

HRESULT get_identityConstraints(ISchemaItemCollection** identityConstraints);

Parameters

identityConstraints [out,retval]
An object. The collection of ISchemaIdentityConstraint objects.

Return Values

S_OK
The value returned if successful.
E_POINTER
The value returned if the identityConstraints collection is NULL.
E_FAIL
The value returned if something else is wrong.

To view reference information for Visual Basic or C/C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

schema Element | ISchemaIdentityConstraint Interface

Applies to: ISchemaElement Interface