This topic has not yet been rated - Rate this topic

RoleMember Class

A Role is a collection of one or more domain users or groups. RoleMember is an individual user/group in the role.

System.Object
  Microsoft.AnalysisServices.RoleMember

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")]
public class RoleMember : ICloneable

The RoleMember type exposes the following members.

  NameDescription
Public methodRoleMember()Initializes a new instance of the RoleMember class using default values.
Public methodRoleMember(String)Initializes a new instance of RoleMember using a name.
Public methodRoleMember(String, String)Initializes a new instance of the RoleMember class.
Top
  NameDescription
Public propertyNameGets or sets the name of a RoleMember object.
Public propertySidGets or sets the security identifier for a RoleMember object.
Top
  NameDescription
Public methodCloneCreates a new, full copy of an object.
Public methodCopyToCopies the content of the object to another object (the destination).
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
  NameDescription
Explicit interface implemetationPrivate methodICloneable.CloneCreates a new copy of the object instance.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.