Compartir a través de


AlterFullTextIndexStatement.Action Propiedad

Gets or sets the Action how index is altered.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextIndexAction
The Action how index is altered.

Vea también

Referencia

AlterFullTextIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom