次の方法で共有


AlterFullTextStopListStatement.Action プロパティ

ALTER FULLTEXT STOPLIST ステートメントのアクションを表す値を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Action As FullTextStopListAction 
    Get 
    Set
'使用
Dim instance As AlterFullTextStopListStatement 
Dim value As FullTextStopListAction 

value = instance.Action

instance.Action = value
public FullTextStopListAction Action { get; set; }
public:
property FullTextStopListAction^ Action {
    FullTextStopListAction^ get ();
    void set (FullTextStopListAction^ value);
}
member Action : FullTextStopListAction with get, set
function get Action () : FullTextStopListAction 
function set Action (value : FullTextStopListAction)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.FullTextStopListAction
ALTER FULLTEXT STOPLIST ステートメントのアクション。

関連項目

参照

AlterFullTextStopListStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間