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 命名空间