ISchemaIdentityConstraint Interface

MSXML 5.0 SDK

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

ISchemaIdentityConstraint Interface

Returns the ISchemaIdentityConstraint object from the identityConstraints property of the ISchemaElement interface.

Properties

fields Retrieves a collection of restricted XPath expressions.
referencedKey Retrieves the referenced key property.
selector Retrieves the restricted XPath expression.

[Script]

Implementation Syntax

var oSchemaIdentityConstraint = oSchemaElement.identityConstraints;
[Visual Basic]

Implementation Syntax

Set oSchemaIdentityConstraint = oSchemaElement.identityConstraints
[C/C++]

Implementation Syntax

HRESULT identityConstraint(ISchemaItemCollection** constraints);

Versioning

MSXML 4.0 and later

Requirements

[Visual Basic, C/C++]

Implementation: msxml5.dll, msxml2.lib

[C/C++]

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 Language Filter in the upper-left corner of the page.

See Also

ISchemaElement identityConstraints Property | SOM Reference