Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the actual action.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ActionKind As SimpleAlterFullTextIndexActionKind
Get
Set
'Usage
Dim instance As SimpleAlterFullTextIndexAction
Dim value As SimpleAlterFullTextIndexActionKind
value = instance.ActionKind
instance.ActionKind = value
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.SqlServer.TransactSql.ScriptDom.SimpleAlterFullTextIndexActionKind
The actual action.