ServiceContract.Action Property

Gets or sets action to take on a contract.

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 AlterAction
public AlterAction Action { get; set; }
public:
property AlterAction Action {
    AlterAction get ();
    void set (AlterAction value);
}
member Action : AlterAction with get, set
function get Action () : AlterAction
function set Action (value : AlterAction)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.AlterAction
Returns a AlterAction enumeration value.

.NET Framework Security

See Also

Reference

ServiceContract Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace