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 命名空间