共用方式為


FullTextIndex.StopListName 屬性

Gets the name of the full-text Search stop list.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property StopListName As String 
    Get 
    Set
'用途
Dim instance As FullTextIndex 
Dim value As String 

value = instance.StopListName

instance.StopListName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string StopListName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ StopListName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member StopListName : string with get, set
function get StopListName () : String 
function set StopListName (value : String)

屬性值

型別:System.String
A String value that specifies the name of the full-text stop list.

範例

實作全文檢索搜尋

請參閱

參考

FullTextIndex 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

全文檢索搜尋概觀

CREATE FULLTEXT INDEX (Transact-SQL)