AlterFullTextStopListStatement.Action 속성

Gets or sets a value that represents the action in Alter Fulltext Stoplist statement.

네임스페이스:  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
The action in Alter Fulltext Stoplist statement.

참고 항목

참조

AlterFullTextStopListStatement 클래스

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