SimpleAlterFullTextIndexAction.ActionKind Property

Gets or sets the kind of action.

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

Syntax

'Declaration
Public Property ActionKind As SimpleAlterFullTextIndexActionKind
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.SimpleAlterFullTextIndexActionKind
Returns a SimpleAlterFullTextIndexActionKind enumeration value.

.NET Framework Security

See Also

Reference

SimpleAlterFullTextIndexAction Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace