SqlStatementExecutePermission.Issubsetof(CodeAccessPermission) Method

Definition

Determines whether a current permission is a subset of the specified permission.

public:
 override bool Issubsetof(Microsoft::Dynamics::Ax::Xpp::CodeAccessPermission ^ _target);
public override bool Issubsetof (Microsoft.Dynamics.Ax.Xpp.CodeAccessPermission _target);
override this.Issubsetof : Microsoft.Dynamics.Ax.Xpp.CodeAccessPermission -> bool
Public Overrides Function Issubsetof (_target As CodeAccessPermission) As Boolean

Parameters

_target
CodeAccessPermission

A CodeAccessPermission class object.

Returns

true if a current permission is a subset of a specified permission; otherwise false.

Remarks

You override this method when you derive a class from the CodeAccessPermission class. For more information, see .

Applies to