SimpleAlterFullTextIndexAction.ActionKind (Propiedad)

Obtiene o establece el tipo de acción.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SimpleAlterFullTextIndexActionKind
Devuelve un valor de enumeración SimpleAlterFullTextIndexActionKind.

Seguridad de .NET Framework

Vea también

Referencia

SimpleAlterFullTextIndexAction Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)