AlterSearchPropertyListStatement.Action 属性
Gets or sets the alter search property list action.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property Action As SearchPropertyListAction
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.SearchPropertyListAction
The alter search property list action.