Поделиться через


Конструктор FullTextStopList (Database, String)

Initializes a new instance of the FullTextStopList class that has the specified name and database.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    database As Database, _
    name As String _
)
'Применение
Dim database As Database 
Dim name As String 

Dim instance As New FullTextStopList(database, _
    name)
public FullTextStopList(
    Database database,
    string name
)
public:
FullTextStopList(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> FullTextStopList
public function FullTextStopList(
    database : Database, 
    name : String
)

Параметры

  • name
    Тип: System.String
    A String value that specifies the name of the full text stop list.

Замечания

If the database parameter is nullпустая ссылка (Nothing в Visual Basic), a system full-text stop list will be created.

См. также

Справочник

FullTextStopList Класс

Перегрузка FullTextStopList

Пространство имен Microsoft.SqlServer.Management.Smo