Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 ( _
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.Int32
The zero-based index of the element to get or set.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item in the collection.