ISql90XmlIndex.PrimaryXmlIndexUsage Property

Gets or sets a value that specifies the primary XML index to use to create a secondary XML index.

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

Syntax

'Declaration
Property PrimaryXmlIndexUsage As SqlPrimaryXmlIndexUsage
SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage { get; set; }
property SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage {
    SqlPrimaryXmlIndexUsage get ();
    void set (SqlPrimaryXmlIndexUsage value);
}
abstract PrimaryXmlIndexUsage : SqlPrimaryXmlIndexUsage with get, set
function get PrimaryXmlIndexUsage () : SqlPrimaryXmlIndexUsage
function set PrimaryXmlIndexUsage (value : SqlPrimaryXmlIndexUsage)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace