PermissionSetBase Class
The PermissionSetBase class is a base class that is inherited by permission set classes.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Microsoft.SqlServer.Management.Smo::PermissionSetBase
Microsoft.SqlServer.Management.Smo::DatabasePermissionSet
Microsoft.SqlServer.Management.Smo::ObjectPermissionSet
Microsoft.SqlServer.Management.Smo::ServerPermissionSet
| 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. |
| 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().) |
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

