FullTextStopList Constructors

Definition

Overloads

FullTextStopList()
FullTextStopList(Database, String)

FullTextStopList()

public FullTextStopList ();
Public Sub New ()

Applies to

FullTextStopList(Database, String)

public FullTextStopList (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.FullTextStopList : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.FullTextStopList
Public Sub New (database As Database, name As String)

Parameters

database
Database
name
String

Applies to