AlterFullTextStopListStatement.Action 属性

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Action As FullTextStopListAction
    Get
    Set
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.Data.Schema.ScriptDom.Sql.FullTextStopListAction

.NET Framework 安全性

请参见

参考

AlterFullTextStopListStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间