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.