SimpleAlterFullTextIndexAction.ActionKind-Eigenschaft
Ruft die Aktionsart ab bzw. legt sie fest.
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
Get
Set
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)
Eigenschaftswert
Typ: Microsoft.Data.Schema.ScriptDom.Sql.SimpleAlterFullTextIndexActionKind
Gibt einen SimpleAlterFullTextIndexActionKind-Enumerationswert zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.