FullTextStopList 建構函式

定義

多載

FullTextStopList()

public FullTextStopList();
Public Sub New ()

適用於

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)

參數

database
Database
name
String

適用於