Construtor FullTextStopList (Database, String)
Initializes a new instance of the FullTextStopList class that has the specified name and database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
database As Database, _
name As String _
)
'Uso
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
)
Parâmetros
- database
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database value that specifies the parent database for the full-text stop list.
- name
Tipo: System. . :: . .String
A String value that specifies the name of the full text stop list.
Comentários
If the database parameter is null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) , a system full-text stop list will be created.
Consulte também