Proprietà Index.IndexedXmlPathNamespaces

Gets the collection of indexed XML path namespace.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(IndexedXmlPathNamespace),  _
    SfcObjectFlags.None Or SfcObjectFlags.NaturalOrder Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public ReadOnly Property IndexedXmlPathNamespaces As IndexedXmlPathNamespaceCollection 
    Get
'Utilizzo
Dim instance As Index 
Dim value As IndexedXmlPathNamespaceCollection 

value = instance.IndexedXmlPathNamespaces
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(IndexedXmlPathNamespace), 
    SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)]
public IndexedXmlPathNamespaceCollection IndexedXmlPathNamespaces { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, 
    typeof(IndexedXmlPathNamespace), SfcObjectFlags::None|SfcObjectFlags::NaturalOrder|SfcObjectFlags::Design|SfcObjectFlags::Deploy)]
public:
property IndexedXmlPathNamespaceCollection^ IndexedXmlPathNamespaces {
    IndexedXmlPathNamespaceCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, 
    typeof(IndexedXmlPathNamespace), SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)>]
member IndexedXmlPathNamespaces : IndexedXmlPathNamespaceCollection
function get IndexedXmlPathNamespaces () : IndexedXmlPathNamespaceCollection

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespaceCollection
the collection of indexed XML path namespace.

Vedere anche

Riferimento

Index Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo