Index.IndexedXmlPaths Property

Definition

Collection of IndexedXMLPath objects that represent all the paths that are indexed by the Selective XML Index.

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.IndexedXmlPath), Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags.Deploy | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags.Design | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags.NaturalOrder)]
public Microsoft.SqlServer.Management.Smo.IndexedXmlPathCollection IndexedXmlPaths { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.IndexedXmlPath), Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags.Deploy | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags.Design | Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags.NaturalOrder)>]
member this.IndexedXmlPaths : Microsoft.SqlServer.Management.Smo.IndexedXmlPathCollection
Public ReadOnly Property IndexedXmlPaths As IndexedXmlPathCollection

Property Value

Attributes

Applies to