AlterFullTextCatalogStatement.Action 속성

Gets or sets the action of the full text catalog statement.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property Action As AlterFullTextCatalogAction 
    Get 
    Set
‘사용 방법
Dim instance As AlterFullTextCatalogStatement 
Dim value As AlterFullTextCatalogAction 

value = instance.Action

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.AlterFullTextCatalogAction
The full text catalog statement.

참고 항목

참조

AlterFullTextCatalogStatement 클래스

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