PermissionSetBase Members

Include Protected Members
Include Inherited Members

The PermissionSetBase class is a base class that is inherited by permission set classes.

The PermissionSetBase type exposes the following members.

Constructors

  Name Description
Public method PermissionSetBase() Initializes a new instance of the PermissionSetBase class.
Public method PermissionSetBase(PermissionSetBase) Initializes a new instance of the PermissionSetBase class based on the specified PermissionSetBase object.

Top

Methods

  Name Description
Public method Equals(Object) Specifies if a PermissionSetBase is equal to an object. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns the string value that represents the specified PermissionSetBase object. (Overrides Object.ToString().)

Top