Compartir a través de


IndexedXmlPathCollection.Item Propiedad (String)

Gets or sets the item in the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

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

Valor de la propiedad

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

Vea también

Referencia

IndexedXmlPathCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo