Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SoapMethodAction
The SOAP method action value.