다음을 통해 공유


CreateFromExistingStopList 메서드 (String, String)

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub CreateFromExistingStopList ( _
    dbName As String, _
    stoplistName As String _
)
‘사용 방법
Dim instance As FullTextStopList
Dim dbName As String
Dim stoplistName As String

instance.CreateFromExistingStopList(dbName, _
    stoplistName)
public void CreateFromExistingStopList(
    string dbName,
    string stoplistName
)
public:
void CreateFromExistingStopList(
    String^ dbName, 
    String^ stoplistName
)
member CreateFromExistingStopList : 
        dbName:string * 
        stoplistName:string -> unit 
public function CreateFromExistingStopList(
    dbName : String, 
    stoplistName : String
)

매개 변수

  • dbName
    유형: System. . :: . .String
    A String value that contains the name of the database on which the full-text stop list will be created.
  • stoplistName
    유형: System. . :: . .String
    A String value that specifies the name of the stop list from which the full-text stop list will be created.