Share via


ISql90XmlIndex.UsingPrimaryXmlIndex Property

Gets or sets the primary XML index.

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

Syntax

'Declaration
Property UsingPrimaryXmlIndex As ISql90XmlIndex
    Get
    Set
'Usage
Dim instance As ISql90XmlIndex
Dim value As ISql90XmlIndex

value = instance.UsingPrimaryXmlIndex

instance.UsingPrimaryXmlIndex = value
ISql90XmlIndex UsingPrimaryXmlIndex { get; set; }
property ISql90XmlIndex^ UsingPrimaryXmlIndex {
    ISql90XmlIndex^ get ();
    void set (ISql90XmlIndex^ value);
}
function get UsingPrimaryXmlIndex () : ISql90XmlIndex
function set UsingPrimaryXmlIndex (value : ISql90XmlIndex)
abstract UsingPrimaryXmlIndex : ISql90XmlIndex with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90XmlIndex
Returns a ISql90XmlIndex.

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

ISql90XmlIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace