Partager via


Propriété FullTextStopListCollection.Item (String)

Gets the FullTextStopList object that has the specified name 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 ( _
    name As String _
) As FullTextStopList 
    Get
'Utilisation
Dim instance As FullTextStopListCollection 
Dim name As String 
Dim value As FullTextStopList 

value = instance(name)
public FullTextStopList this[
    string name
] { get; }
public:
property FullTextStopList^ default[String^ name] {
    FullTextStopList^ get (String^ name);
}
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 that has the specified name from the collection.

Voir aussi

Référence

FullTextStopListCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo