다음을 통해 공유


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.