AlterFullTextCatalogStatement.Action Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Action As AlterFullTextCatalogAction
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextCatalogAction
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.