Propriedade do RDL IndexedXmlPathCollection.Item (String)

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 ( _
    name As String _
) As IndexedXmlPath 
    Get
'Uso
Dim instance As IndexedXmlPathCollection 
Dim name As String 
Dim value As IndexedXmlPath 

value = instance(name)
public IndexedXmlPath this[
    string name
] { get; }
public:
property IndexedXmlPath^ default[String^ name] {
    IndexedXmlPath^ get (String^ name);
}
member Item : IndexedXmlPath
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • name
    Tipo: System.String
    The name of the item in the collection.

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