Condividi tramite


Proprietà IndexedXmlPathCollection.Item (Int32)

Gets or sets the item in the collection.

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

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As IndexedXmlPath 
    Get
'Utilizzo
Dim instance As IndexedXmlPathCollection 
Dim index As Integer 
Dim value As IndexedXmlPath 

value = instance(index)
public IndexedXmlPath this[
    int index
] { get; }
public:
property IndexedXmlPath^ default[int index] {
    IndexedXmlPath^ get (int index);
}
member Item : IndexedXmlPath
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • index
    Tipo: System.Int32
    The zero-based index of the element to get or set.

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item in the collection.

Vedere anche

Riferimento

IndexedXmlPathCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.Smo