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
)
매개 변수
- fullTextStopList
유형: Microsoft.SqlServer.Management.Smo. . :: . .FullTextStopList
A FullTextStopList object.