Aracılığıyla paylaş


FullTextIndex.StopListOption Property

Gets the stop list option associated with the full-text index.

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

Syntax

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StopListOption As StopListOption
    Get
    Set
'Kullanım
Dim instance As FullTextIndex
Dim value As StopListOption

value = instance.StopListOption

instance.StopListOption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StopListOption StopListOption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StopListOption StopListOption {
    StopListOption get ();
    void set (StopListOption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StopListOption : StopListOption with get, set
function get StopListOption () : StopListOption
function set StopListOption (value : StopListOption)

Property Value

Type: Microsoft.SqlServer.Management.Smo.StopListOption
A StopListOption value that specifies the stop list option.

Examples

Implementing Full-Text Search

See Also

Reference

FullTextIndex Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

DEL - Full-Text Search Overview

CREATE FULLTEXT INDEX (Transact-SQL)