Propriedade do RDL IndexedXmlPathCollection.Item (Int32)

Gets or sets the item in the collection.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As IndexedXmlPath 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

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

Valor da propriedade

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

Consulte também

Referência

IndexedXmlPathCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo