Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a full-text stop list on the instance of SQL Server from the specified stop list.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub CreateFromExistingStopList ( _
stoplistName As String _
)
'Usage
Dim instance As FullTextStopList
Dim stoplistName As String
instance.CreateFromExistingStopList(stoplistName)
public void CreateFromExistingStopList(
string stoplistName
)
public:
void CreateFromExistingStopList(
String^ stoplistName
)
member CreateFromExistingStopList :
stoplistName:string -> unit
public function CreateFromExistingStopList(
stoplistName : String
)
Parameters
- stoplistName
Type: System.String
A String value that specifies the name of the stop list from which the full-text stop list will be created.