IndexedXmlPathCollection.Item Property (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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The zero-based index of the element to get or set.
Property Value
Type: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item in the collection.