Compartir a través de


ServiceContract.Action (Propiedad)

Obtiene o establece la acción que se va a realizar según un contrato.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Action As AlterAction
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.AlterAction
Devuelve un valor de enumeración AlterAction.

Seguridad de .NET Framework

Vea también

Referencia

ServiceContract Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)