共用方式為


AlterFullTextStopListStatement.Action 屬性

Gets or sets a value that represents the action in Alter Fulltext Stoplist statement.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Action As FullTextStopListAction 
    Get 
    Set
'用途
Dim instance As AlterFullTextStopListStatement 
Dim value As FullTextStopListAction 

value = instance.Action

instance.Action = value
public FullTextStopListAction Action { get; set; }
public:
property FullTextStopListAction^ Action {
    FullTextStopListAction^ get ();
    void set (FullTextStopListAction^ value);
}
member Action : FullTextStopListAction with get, set
function get Action () : FullTextStopListAction 
function set Action (value : FullTextStopListAction)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.FullTextStopListAction
The action in Alter Fulltext Stoplist statement.

請參閱

參考

AlterFullTextStopListStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間