Partager via


Propriété Item (Int32)

Gets the FullTextStopList object at the specified index from 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 ( _
    index As Integer _
) As FullTextStopList
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList
The FullTextStopList object at the specified index from the collection.