Свойство AlterFullTextCatalogStatement.Action

Gets or sets the action of the full text catalog statement.

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

Синтаксис

'Декларация
Public Property Action As AlterFullTextCatalogAction 
    Get 
    Set
'Применение
Dim instance As AlterFullTextCatalogStatement 
Dim value As AlterFullTextCatalogAction 

value = instance.Action

instance.Action = value
public AlterFullTextCatalogAction Action { get; set; }
public:
property AlterFullTextCatalogAction Action {
    AlterFullTextCatalogAction get ();
    void set (AlterFullTextCatalogAction value);
}
member Action : AlterFullTextCatalogAction with get, set
function get Action () : AlterFullTextCatalogAction 
function set Action (value : AlterFullTextCatalogAction)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextCatalogAction
The full text catalog statement.

См. также

Справочник

AlterFullTextCatalogStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom