ISql90XmlIndex.IsPrimary Property

Gets or sets a value that indicates whether a clustered index is created by using the clustered key formed from the clustering key of the user table and an XML node identifier.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsPrimary As Boolean
bool IsPrimary { get; set; }
property bool IsPrimary {
    bool get ();
    void set (bool value);
}
abstract IsPrimary : bool with get, set
function get IsPrimary () : boolean
function set IsPrimary (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace