FullTextStopListAction.StopWord Property
Gets or sets the stop word.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property StopWord As Literal
public Literal StopWord { get; set; }
public:
property Literal^ StopWord {
Literal^ get ();
void set (Literal^ value);
}
member StopWord : Literal with get, set
function get StopWord () : Literal
function set StopWord (value : Literal)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal
.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.