Index.IndexedXmlPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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