Share via


FullTextStopList.CreateFromExistingStopList Method (String)

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