SecurityRights.hasDataServiceMethodAccess Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
hasDataServiceMethodAccess(String, StatementType, String) | |
hasDataServiceMethodAccess(String, StatementType, String, String) |
hasDataServiceMethodAccess(String, StatementType, String)
public:
virtual bool hasDataServiceMethodAccess(System::String ^ _name, Dynamics::AX::Application::StatementType _operation, System::String ^ _methodName);
public virtual bool hasDataServiceMethodAccess (string _name, Dynamics.AX.Application.StatementType _operation, string _methodName);
abstract member hasDataServiceMethodAccess : string * Dynamics.AX.Application.StatementType * string -> bool
override this.hasDataServiceMethodAccess : string * Dynamics.AX.Application.StatementType * string -> bool
Public Overridable Function hasDataServiceMethodAccess (_name As String, _operation As StatementType, _methodName As String) As Boolean
Parameters
- _name
- String
- _operation
- StatementType
- _methodName
- String
Returns
Applies to
hasDataServiceMethodAccess(String, StatementType, String, String)
public:
virtual bool hasDataServiceMethodAccess(System::String ^ _name, Dynamics::AX::Application::StatementType _operation, System::String ^ _methodName, System::String ^ _dataArea);
public virtual bool hasDataServiceMethodAccess (string _name, Dynamics.AX.Application.StatementType _operation, string _methodName, string _dataArea);
abstract member hasDataServiceMethodAccess : string * Dynamics.AX.Application.StatementType * string * string -> bool
override this.hasDataServiceMethodAccess : string * Dynamics.AX.Application.StatementType * string * string -> bool
Public Overridable Function hasDataServiceMethodAccess (_name As String, _operation As StatementType, _methodName As String, _dataArea As String) As Boolean
Parameters
- _name
- String
- _operation
- StatementType
- _methodName
- String
- _dataArea
- String