共用方式為


CreateFromExistingStopList 方法 (String)

Creates a full-text stop list on the instance of SQL Server from the specified stop list.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub CreateFromExistingStopList ( _
    stoplistName As String _
)
'用途
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
)

參數

  • stoplistName
    型別:System. . :: . .String
    A String value that specifies the name of the stop list from which the full-text stop list will be created.