CreateFromExistingStopList 方法 (String)

命名空间:  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
)

参数