Index.IndexedXmlPathNamespaces 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.IndexedXmlPathNamespace), 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.IndexedXmlPathNamespaceCollection IndexedXmlPathNamespaces { 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.IndexedXmlPathNamespace), 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.IndexedXmlPathNamespaces : Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespaceCollection
Public ReadOnly Property IndexedXmlPathNamespaces As IndexedXmlPathNamespaceCollection
Property Value
- Attributes