Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.