Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the alter search property list action.
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 SearchPropertyListAction
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SearchPropertyListAction
The alter search property list action.
Vea también
Referencia
AlterSearchPropertyListStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom