Share via


FullTextStopList.RemoveAllStopWords 메서드 (String)

Removes all stopwords with the specified language from the full-text stop list.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub RemoveAllStopWords ( _
    language As String _
)
‘사용 방법
Dim instance As FullTextStopList 
Dim language As String

instance.RemoveAllStopWords(language)
public void RemoveAllStopWords(
    string language
)
public:
void RemoveAllStopWords(
    String^ language
)
member RemoveAllStopWords : 
        language:string -> unit
public function RemoveAllStopWords(
    language : String
)

매개 변수

  • language
    유형: System.String
    A String value that specifies the language of the stopwords to be removed from the stop list.

주의

All stopwords with the specified language will be removed from the full-text stop list.

참고 항목

참조

FullTextStopList 클래스

RemoveAllStopWords 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스