Udostępnij przez


Database.FullTextStopLists Property

Represents a collection of FullTextStopList objects. Each FullTextStopList object represents a full text stop list defined on the server.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(FullTextStopList))> _
Public ReadOnly Property FullTextStopLists As FullTextStopListCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(FullTextStopList))] 
public FullTextStopListCollection FullTextStopLists { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(FullTextStopList))] 
public:
property FullTextStopListCollection^ FullTextStopLists {
    FullTextStopListCollection^ get ();
}
/** @property */
public FullTextStopListCollection get_FullTextStopLists ()
public function get FullTextStopLists () : FullTextStopListCollection

Property Value

A FullTextStopListCollection object that represents all the full text stop lists defined on the server.

Remarks

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.