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
ISchemaIdentityConstraintobjects.
[Visual Basic]
Implementation Syntax
Set oIdentityConstraints = oISchemaAttribute.identityConstraints
Parameters
None.
Return Values
- oIdentityConstraints
- An object. The collection of
ISchemaIdentityConstraintobjects.
[C/C++]
Implementation Syntax
HRESULT get_identityConstraints(ISchemaItemCollection** identityConstraints);
Parameters
- identityConstraints [out,retval]
- An object. The collection of
ISchemaIdentityConstraintobjects.
Return Values
- S_OK
- The value returned if successful.
- E_POINTER
- The value returned if the
identityConstraintscollection 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
in the upper-left corner of the page.
See Also
schema Element | ISchemaIdentityConstraint Interface
Applies to: ISchemaElement Interface
