ISql100FullTextIndex.StopList Property
Gets or sets a stoplist.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property StopList As ISql100FullTextStopList
Get
Set
'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)
abstract StopList : ISql100FullTextStopList with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100FullTextStopList
Returns a ISql100FullTextStopList.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.