Propriedade do RDL AlterFullTextIndexStatement.Action
Gets or sets the Action how index is altered.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Action As AlterFullTextIndexAction
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextIndexAction
The Action how index is altered.