ISql100FullTextIndex.IsStopListOff Property
Gets or sets whether the stoplist is off.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsStopListOff As Boolean
Get
Set
'Usage
Dim instance As ISql100FullTextIndex
Dim value As Boolean
value = instance.IsStopListOff
instance.IsStopListOff = value
bool IsStopListOff { get; set; }
property bool IsStopListOff {
bool get ();
void set (bool value);
}
function get IsStopListOff () : boolean
function set IsStopListOff (value : boolean)
abstract IsStopListOff : bool with get, set
Property Value
Type: System.Boolean
Returns True if the stoplist is off; otherwise, False.
.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.