Udostępnij przez


FullTextStopList.HasStopWord Method

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

Syntax

'Deklaracja
Public Function HasStopWord ( _
    stopword As String, _
    language As String _
) As Boolean
public bool HasStopWord (
    string stopword,
    string language
)
public:
bool HasStopWord (
    String^ stopword, 
    String^ language
)
public boolean HasStopWord (
    String stopword, 
    String language
)
public function HasStopWord (
    stopword : String, 
    language : String
) : boolean

Parameters

  • stopword
  • language

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.