共用方式為


FullTextStopLists 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(FullTextStopList))> _
Public ReadOnly Property FullTextStopLists As FullTextStopListCollection
    Get
'用途
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

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopListCollection
A FullTextStopListCollection object that represents all the full text stop lists defined on the server.

備註

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.