Share via


ISql90XmlIndex.UsingPrimaryXmlIndex Property

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

Syntax

'Declaration
Property UsingPrimaryXmlIndex As ISql90XmlIndex
'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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90XmlIndex Interface

ISql90XmlIndex Members

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