identityConstraints Property
[This feature was only implemented for MSXML 6.0.]
Returns an ISchemaItemCollection
of ISchemaIndentityConstraint
objects. These objects implement the ISchemaIdentityConstraint
interface.
JScript Syntax
var oIdentityConstraints = oISchemaAttribute.identityConstraints;
Parameters
None.
Return Values
oIdentityConstraints
An object. The collection of ISchemaIdentityConstraint
objects.
Visual Basic Syntax
Set oIdentityConstraints = oISchemaAttribute.identityConstraints
Parameters
None.
Return Values
oIdentityConstraints
An object. The collection of ISchemaIdentityConstraint
objects.
C/C++ 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.
Versioning
Implemented in: MSXML 6.0