Share via


FullTextStopListCollection.Add 메서드

Adds the specified full text stop list to the collection.

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

구문

‘선언
Public Sub Add ( _
    fullTextStopList As FullTextStopList _
)
‘사용 방법
Dim instance As FullTextStopListCollection 
Dim fullTextStopList As FullTextStopList

instance.Add(fullTextStopList)
public void Add(
    FullTextStopList fullTextStopList
)
public:
void Add(
    FullTextStopList^ fullTextStopList
)
member Add : 
        fullTextStopList:FullTextStopList -> unit
public function Add(
    fullTextStopList : FullTextStopList
)

매개 변수

컬렉션 사용

참고 항목

참조

FullTextStopListCollection 클래스

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