ISql90XmlIndex.UsingPrimaryXmlIndex Property

Gets or sets the primary XML index on the object to be indexed.

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

Syntax

'Declaration
Property UsingPrimaryXmlIndex As ISql90XmlIndex
ISql90XmlIndex UsingPrimaryXmlIndex { get; set; }
property ISql90XmlIndex^ UsingPrimaryXmlIndex {
    ISql90XmlIndex^ get ();
    void set (ISql90XmlIndex^ value);
}
abstract UsingPrimaryXmlIndex : ISql90XmlIndex with get, set
function get UsingPrimaryXmlIndex () : ISql90XmlIndex
function set UsingPrimaryXmlIndex (value : ISql90XmlIndex)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90XmlIndex

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace