Propriedade AlterFullTextIndexStatement.Action

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

Sintaxe

'Declaração
Public Property Action As AlterFullTextIndexAction
    Get
    Set
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 propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextIndexAction

Segurança do .NET Framework

Consulte também

Referência

AlterFullTextIndexStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql