RoleMember Class
Applies To: SQL Server (starting with 2016)
A Role is a collection of one or more domain users or groups. RoleMember is an individual user/group in the role.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| 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(RoleMember^) | Copies the content of the object to another object (the destination). |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of the object instance. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




