Udostępnij przez


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

'Deklaracja
<SfcPropertyAttribute> _
Public Property StopListOption As StopListOption
[SfcPropertyAttribute] 
public StopListOption StopListOption { get; set; }
[SfcPropertyAttribute] 
public:
property StopListOption StopListOption {
    StopListOption get ();
    void set (StopListOption value);
}
/** @property */
public StopListOption get_StopListOption ()

/** @property */
public void set_StopListOption (StopListOption value)
public function get StopListOption () : StopListOption

public function set StopListOption (value : StopListOption)

Property Value

A StopListOption value that specifies the stop list option.

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.