Partager via


Propriété IndexedXmlPathCollection.Item (String)

Gets or sets the item in the collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As IndexedXmlPath 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Voir aussi

Référence

IndexedXmlPathCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo