Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the action of the full text catalog statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Action As AlterFullTextCatalogAction
Get
Set
'Usage
Dim instance As AlterFullTextCatalogStatement
Dim value As AlterFullTextCatalogAction
value = instance.Action
instance.Action = value
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.SqlServer.TransactSql.ScriptDom.AlterFullTextCatalogAction
The full text catalog statement.