Share via


Propriété FullTextStopLists

Représente une collection d'objets FullTextStopList. Chaque objet FullTextStopList représente une liste de mots vides de texte intégral définie sur le serveur.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(FullTextStopList))> _
Public ReadOnly Property FullTextStopLists As FullTextStopListCollection
    Get
'Utilisation
Dim instance As Database
Dim value As FullTextStopListCollection

value = instance.FullTextStopLists
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(FullTextStopList))]
public FullTextStopListCollection FullTextStopLists { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(FullTextStopList))]
public:
property FullTextStopListCollection^ FullTextStopLists {
    FullTextStopListCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(FullTextStopList))>]
member FullTextStopLists : FullTextStopListCollection
function get FullTextStopLists () : FullTextStopListCollection

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopListCollection
Objet FullTextStopListCollection qui représente toutes les listes de mots vides de texte intégral définies sur le serveur.

Notes

Specific full text stop lists can be referenced by using this collection by specifying the name of the full text stop list specification. To add a new full text stop list to the collection, call the full text stop list constructor FullTextStopList.