次の方法で共有


AlterSearchPropertyListStatement.Action プロパティ

ALTER SEARCH PROPERTY LIST のアクションを取得または設定します。

名前空間:  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
ALTER SEARCH PROPERTY LIST のアクション。

関連項目

参照

AlterSearchPropertyListStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間