Propriedade SimpleAlterFullTextIndexAction.ActionKind

Obtém ou define o tipo de ação.

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

Sintaxe

'Declaração
Public Property ActionKind As SimpleAlterFullTextIndexActionKind
    Get
    Set
public SimpleAlterFullTextIndexActionKind ActionKind { get; set; }
public:
property SimpleAlterFullTextIndexActionKind ActionKind {
    SimpleAlterFullTextIndexActionKind get ();
    void set (SimpleAlterFullTextIndexActionKind value);
}
member ActionKind : SimpleAlterFullTextIndexActionKind with get, set
function get ActionKind () : SimpleAlterFullTextIndexActionKind
function set ActionKind (value : SimpleAlterFullTextIndexActionKind)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SimpleAlterFullTextIndexActionKind
Retorna um SimpleAlterFullTextIndexActionKind valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

SimpleAlterFullTextIndexAction Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql