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.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.RoleMember

Syntax

[GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")]
public class RoleMember : ICloneable
[GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")]
public ref class RoleMember : ICloneable
[<GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")>]
type RoleMember = 
    class
        interface ICloneable
    end
<GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")>
Public Class RoleMember
    Implements ICloneable

Constructors

Name Description
System_CAPS_pubmethod RoleMember()

Initializes a new instance of the RoleMember class using default values.

System_CAPS_pubmethod RoleMember(String)

Initializes a new instance of RoleMember using a name.

System_CAPS_pubmethod RoleMember(String, String)

Initializes a new instance of the RoleMember class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets or sets the name of a RoleMember object.

System_CAPS_pubproperty Sid

Gets or sets the security identifier for a RoleMember object.

Methods

Name Description
System_CAPS_pubmethod Clone()

Creates a new, full copy of an object.

System_CAPS_pubmethod CopyTo(RoleMember)

Copies the content of the object to another object (the destination).

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICloneable.Clone()

Creates a new copy of the object instance.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top