다음을 통해 공유


FullTextStopList 생성자 (Database, String)

Initializes a new instance of the FullTextStopList class that has the specified name and database.

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

구문

‘선언
Public Sub New ( _
    database As Database, _
    name As String _
)
‘사용 방법
Dim database As Database 
Dim name As String 

Dim instance As New FullTextStopList(database, _
    name)
public FullTextStopList(
    Database database,
    string name
)
public:
FullTextStopList(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> FullTextStopList
public function FullTextStopList(
    database : Database, 
    name : String
)

매개 변수

  • name
    유형: System.String
    A String value that specifies the name of the full text stop list.

주의

If the database parameter is nullnull 참조(Visual Basic에서는 Nothing), a system full-text stop list will be created.

참고 항목

참조

FullTextStopList 클래스

FullTextStopList 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스