RoleMember Class
SQL Server 2012
A Role is a collection of one or more domain users or groups. RoleMember is an individual user/group in the role.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The RoleMember type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RoleMember() | Initializes a new instance of the RoleMember class using default values. |
![]() | RoleMember(String) | Initializes a new instance of RoleMember using a name. |
![]() | RoleMember(String, String) | Initializes a new instance of the RoleMember class. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a new, full copy of an object. |
![]() | CopyTo | Copies the content of the object to another object (the destination). |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |

