Поделиться через


AlterFullTextIndexStatement.Action - свойство

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextIndexAction

Безопасность платформы .NET Framework

См. также

Ссылки

AlterFullTextIndexStatement Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен