Proprietà Index.IndexedXmlPaths
Gets or sets the collection of indexed XML paths.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(IndexedXmlPath), _
SfcObjectFlags.None Or SfcObjectFlags.NaturalOrder Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public ReadOnly Property IndexedXmlPaths As IndexedXmlPathCollection
Get
'Utilizzo
Dim instance As Index
Dim value As IndexedXmlPathCollection
value = instance.IndexedXmlPaths
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(IndexedXmlPath),
SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)]
public IndexedXmlPathCollection IndexedXmlPaths { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny,
typeof(IndexedXmlPath), SfcObjectFlags::None|SfcObjectFlags::NaturalOrder|SfcObjectFlags::Design|SfcObjectFlags::Deploy)]
public:
property IndexedXmlPathCollection^ IndexedXmlPaths {
IndexedXmlPathCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny,
typeof(IndexedXmlPath), SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)>]
member IndexedXmlPaths : IndexedXmlPathCollection
function get IndexedXmlPaths () : IndexedXmlPathCollection
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathCollection
The collection of indexed XML paths.