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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.