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
- 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.