Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.