Freigeben über


IndexedXmlPathCollection.Item-Eigenschaft (Int32)

Gets or sets the item in the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As IndexedXmlPath 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

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

Eigenschaftswert

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

Siehe auch

Verweis

IndexedXmlPathCollection Klasse

Item-Überladung

Microsoft.SqlServer.Management.Smo-Namespace