Gets or sets the stop word.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property StopWord As Literal
Get
Set
'用途
Dim instance As FullTextStopListAction
Dim value As Literal
value = instance.StopWord
instance.StopWord = value
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The stop word.