Returns the ISchemaIdentityConstraint
object from the identityConstraints
property of the ISchemaElement
interface.
fields | Retrieves a collection of restricted XPath expressions. |
referencedKey | Retrieves the referenced property. |
selector | Retrieves the restricted XPath expression. |
var oSchemaIdentityConstraint = oSchemaElement.identityConstraints;
Set oSchemaIdentityConstraint = oSchemaElement.identityConstraints
HRESULT identityConstraint(ISchemaItemCollection** constraints);
MSXML 4.0 and later
Implementation: msxml5.dll, msxml2.lib
Header and LIB files: msxml2.h, msxml2.lib, msxml2.idl
Inheritance: Inherits from the ISchemaItem interface.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
ISchemaElement identityConstraints Property | SOM Reference