SecurityRights.hasDataServiceAccess 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
hasDataServiceAccess(String, StatementType) | |
hasDataServiceAccess(String, StatementType, String) | |
hasDataServiceAccess(String, StatementType, String, String) |
hasDataServiceAccess(String, StatementType)
public:
virtual bool hasDataServiceAccess(System::String ^ text1, Dynamics::AX::Application::StatementType type1);
public virtual bool hasDataServiceAccess (string text1, Dynamics.AX.Application.StatementType type1);
abstract member hasDataServiceAccess : string * Dynamics.AX.Application.StatementType -> bool
override this.hasDataServiceAccess : string * Dynamics.AX.Application.StatementType -> bool
Public Overridable Function hasDataServiceAccess (text1 As String, type1 As StatementType) As Boolean
Parameters
- text1
- String
- type1
- StatementType
Returns
Applies to
hasDataServiceAccess(String, StatementType, String)
public:
virtual bool hasDataServiceAccess(System::String ^ _name, Dynamics::AX::Application::StatementType _operation, System::String ^ _fieldName);
public virtual bool hasDataServiceAccess (string _name, Dynamics.AX.Application.StatementType _operation, string _fieldName);
abstract member hasDataServiceAccess : string * Dynamics.AX.Application.StatementType * string -> bool
override this.hasDataServiceAccess : string * Dynamics.AX.Application.StatementType * string -> bool
Public Overridable Function hasDataServiceAccess (_name As String, _operation As StatementType, _fieldName As String) As Boolean
Parameters
- _name
- String
- _operation
- StatementType
- _fieldName
- String
Returns
Applies to
hasDataServiceAccess(String, StatementType, String, String)
public:
virtual bool hasDataServiceAccess(System::String ^ _name, Dynamics::AX::Application::StatementType _operation, System::String ^ _fieldName, System::String ^ _dataArea);
public virtual bool hasDataServiceAccess (string _name, Dynamics.AX.Application.StatementType _operation, string _fieldName, string _dataArea);
abstract member hasDataServiceAccess : string * Dynamics.AX.Application.StatementType * string * string -> bool
override this.hasDataServiceAccess : string * Dynamics.AX.Application.StatementType * string * string -> bool
Public Overridable Function hasDataServiceAccess (_name As String, _operation As StatementType, _fieldName As String, _dataArea As String) As Boolean
Parameters
- _name
- String
- _operation
- StatementType
- _fieldName
- String
- _dataArea
- String