共用方式為


AlterFullTextCatalogStatement.Action 屬性

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property Action As AlterFullTextCatalogAction
    Get
    Set
public AlterFullTextCatalogAction Action { get; set; }
public:
property AlterFullTextCatalogAction Action {
    AlterFullTextCatalogAction get ();
    void set (AlterFullTextCatalogAction value);
}
member Action : AlterFullTextCatalogAction with get, set
function get Action () : AlterFullTextCatalogAction
function set Action (value : AlterFullTextCatalogAction)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextCatalogAction

.NET Framework 安全性

請參閱

參考

AlterFullTextCatalogStatement 類別

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