Freigeben über


AlterFullTextStopListStatement.Action-Eigenschaft

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Action As FullTextStopListAction 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

AlterFullTextStopListStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace