共用方式為


ISql100FullTextIndex.StopList 屬性

取得或設定要使用的自訂停用字詞表。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Property StopList As ISql100FullTextStopList
    Get
    Set
ISql100FullTextStopList StopList { get; set; }
property ISql100FullTextStopList^ StopList {
    ISql100FullTextStopList^ get ();
    void set (ISql100FullTextStopList^ value);
}
abstract StopList : ISql100FullTextStopList with get, set
function get StopList () : ISql100FullTextStopList
function set StopList (value : ISql100FullTextStopList)

屬性值

型別:Microsoft.Data.Schema.Sql.SchemaModel.ISql100FullTextStopList

.NET Framework 安全性

請參閱

參考

ISql100FullTextIndex 介面

Microsoft.Data.Schema.Sql.SchemaModel 命名空間