Delen via


AlterSearchPropertyListStatement.Action Property

Gets or sets the alter search property list action.

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

Syntax

'Declaration
Public Property Action As SearchPropertyListAction 
    Get 
    Set
'Usage
Dim instance As AlterSearchPropertyListStatement 
Dim value As SearchPropertyListAction 

value = instance.Action

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SearchPropertyListAction
The alter search property list action.

See Also

Reference

AlterSearchPropertyListStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace