Compartir a través de


Item Propiedad (Int32)

Gets the FullTextStopList object at the specified index from 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 FullTextStopList
    Get
'Uso
Dim instance As FullTextStopListCollection
Dim index As Integer
Dim value As FullTextStopList

value = instance(index)
public FullTextStopList this[
    int index
] { get; }
public:
property FullTextStopList^ default[int index] {
    FullTextStopList^ get (int index);
}
member Item : FullTextStopList
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. . :: . .FullTextStopList
The FullTextStopList object at the specified index from the collection.