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.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Action As SoapMethodAction
Get
Set
'Usage
Dim instance As SoapMethod
Dim value As SoapMethodAction
value = instance.Action
instance.Action = value
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.SqlServer.TransactSql.ScriptDom.SoapMethodAction
The SOAP method action value.