Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
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);
}
public function get Action () : AlterFullTextCatalogAction
public 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.
See Also
Reference
AlterFullTextCatalogStatement Class