FullTextStopList Constructor (Database, String)
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
database As Database, _
name As String _
)
'Usage
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
)