SimpleAlterFullTextIndexAction.ActionKind Property
SQL Server 2012
Gets or sets the actual action.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property ActionKind As SimpleAlterFullTextIndexActionKind Get Set 'Usage Dim instance As SimpleAlterFullTextIndexAction Dim value As SimpleAlterFullTextIndexActionKind value = instance.ActionKind instance.ActionKind = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SimpleAlterFullTextIndexActionKindThe actual action.
