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 | |
---|---|---|
PermissionSetBase() | Initializes a new instance of the PermissionSetBase class. | |
PermissionSetBase(PermissionSetBase) | Initializes a new instance of the PermissionSetBase class based on the specified PermissionSetBase object. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Specifies if a PermissionSetBase is equal to an object. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Overrides Object.GetHashCode().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns the string value that represents the specified PermissionSetBase object. (Overrides Object.ToString().) |
Top