Compartir a través de


SearchPropertyCollection.Item Propiedad (Int32)

Gets a SearchProperty object in the collection by index number.

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 SearchProperty 
    Get
'Uso
Dim instance As SearchPropertyCollection 
Dim index As Integer 
Dim value As SearchProperty 

value = instance(index)
public SearchProperty this[
    int index
] { get; }
public:
property SearchProperty^ default[int index] {
    SearchProperty^ get (int index);
}
member Item : SearchProperty
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.SearchProperty
A SearchProperty corresponding to the specified position within the SearchPropertyCollection.

Ejemplos

Usar colecciones

Vea también

Referencia

SearchPropertyCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo