Dela via


ISql100FullTextIndex.StopList Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property StopList As ISql100FullTextStopList
'Usage
Dim instance As ISql100FullTextIndex 
Dim value As ISql100FullTextStopList 

value = instance.StopList

instance.StopList = value
ISql100FullTextStopList StopList { get; set; }
property ISql100FullTextStopList^ StopList {
    ISql100FullTextStopList^ get ();
    void set (ISql100FullTextStopList^ value);
}
function get StopList () : ISql100FullTextStopList 
function set StopList (value : ISql100FullTextStopList)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100FullTextStopList

.NET Framework Security

See Also

Reference

ISql100FullTextIndex Interface

ISql100FullTextIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace