다음을 통해 공유


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.

참고 항목

참조

AlterSearchPropertyListStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스