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 how index is altered.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Action As AlterFullTextIndexAction
Get
Set
'Usage
Dim instance As AlterFullTextIndexStatement
Dim value As AlterFullTextIndexAction
value = instance.Action
instance.Action = value
public AlterFullTextIndexAction Action { get; set; }
public:
property AlterFullTextIndexAction^ Action {
AlterFullTextIndexAction^ get ();
void set (AlterFullTextIndexAction^ value);
}
member Action : AlterFullTextIndexAction with get, set
function get Action () : AlterFullTextIndexAction
function set Action (value : AlterFullTextIndexAction)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextIndexAction
The Action how index is altered.