Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SearchPropertyListAction
The alter search property list action.