SoapMethod.Action-Eigenschaft

Ruft den Aktionswert der SOAP-Methode ab oder legt ihn fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SoapMethodAction
Gibt einen SoapMethodAction-Enumerationswert zurück.

Hinweise

Optionaler ADD/ALTER/DROP-Präfix (bei ALTER ENDPOINT).

.NET Framework-Sicherheit

Siehe auch

Referenz

SoapMethod Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace