Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.