Sdílet prostřednictvím


AlterFullTextIndexStatement.Action – vlastnost

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property Action As AlterFullTextIndexAction
    Get
    Set
public AlterFullTextIndexAction Action { get; set; }
public:
property AlterFullTextIndexAction^ Action {
    AlterFullTextIndexAction^ get ();
    void set (AlterFullTextIndexAction^ value);
}
member Action : AlterFullTextIndexAction with get, set
function get Action () : AlterFullTextIndexAction
function set Action (value : AlterFullTextIndexAction)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextIndexAction

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterFullTextIndexStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů