Compartir a través de


AlterFullTextStopListStatement.Action Propiedad

Gets or sets a value that represents the action in Alter Fulltext Stoplist statement.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Action As FullTextStopListAction 
    Get 
    Set
'Uso
Dim instance As AlterFullTextStopListStatement 
Dim value As FullTextStopListAction 

value = instance.Action

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextStopListAction
The action in Alter Fulltext Stoplist statement.

Vea también

Referencia

AlterFullTextStopListStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom