ISchemaIdentityConstraint Interface

 

[This feature was only implemented for MSXML 6.0.]

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.

JScript Syntax

var oSchemaIdentityConstraint = oSchemaElement.identityConstraints;  

Visual Basic Syntax

Set oSchemaIdentityConstraint = oSchemaElement.identityConstraints  

C/C++ Syntax

HRESULT identityConstraint(ISchemaItemCollection** constraints);  

Requirements

Implementation: msxml6.dll, msxml6.lib

Header and LIB files: msxml6.h, msxml6.lib, msxml6.idl

Inheritance: Inherits from the ISchemaItem interface.

Versioning

Implemented in: MSXML 6.0

See Also

identityConstraints Property
SOM Reference