Propriedade do RDL AlterFullTextCatalogStatement.Action
Gets or sets the action of the full text catalog statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Action As AlterFullTextCatalogAction
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextCatalogAction
The full text catalog statement.