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.
Gets or sets the action to do with the contract.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Action As AlterAction
Get
Set
'Usage
Dim instance As ServiceContract
Dim value As AlterAction
value = instance.Action
instance.Action = value
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.SqlServer.TransactSql.ScriptDom.AlterAction
The action to do with the contract.