Share via


ISql90XmlIndex.PrimaryXmlIndexUsage Property

Gets or sets the primary XML index usage.

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

Syntax

'Declaration
Property PrimaryXmlIndexUsage As SqlPrimaryXmlIndexUsage
    Get
    Set
'Usage
Dim instance As ISql90XmlIndex
Dim value As SqlPrimaryXmlIndexUsage

value = instance.PrimaryXmlIndexUsage

instance.PrimaryXmlIndexUsage = value
SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage { get; set; }
property SqlPrimaryXmlIndexUsage PrimaryXmlIndexUsage {
    SqlPrimaryXmlIndexUsage get ();
    void set (SqlPrimaryXmlIndexUsage value);
}
function get PrimaryXmlIndexUsage () : SqlPrimaryXmlIndexUsage
function set PrimaryXmlIndexUsage (value : SqlPrimaryXmlIndexUsage)
abstract PrimaryXmlIndexUsage : SqlPrimaryXmlIndexUsage with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlPrimaryXmlIndexUsage
Returns a SqlPrimaryXmlIndexUsage enumeration value.

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

ISql90XmlIndex Members

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