Share via


AlterFullTextCatalogStatement.Action Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Action As AlterFullTextCatalogAction
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextCatalogAction

.NET Framework Security

See Also

Reference

AlterFullTextCatalogStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace