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 SOAP method action value.
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 SoapMethodAction
public SoapMethodAction Action { get; set; }
public:
property SoapMethodAction Action {
SoapMethodAction get ();
void set (SoapMethodAction value);
}
member Action : SoapMethodAction with get, set
function get Action () : SoapMethodAction
function set Action (value : SoapMethodAction)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SoapMethodAction
Returns a SoapMethodAction enumeration value.
Remarks
Optional ADD/ALTER/DROP prefix (in case of ALTER ENDPOINT).
.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.