Classe RoleMember
A Role is a collection of one or more domain users or groups. RoleMember is an individual user/group in the role.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.RoleMember
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")> _
Public Class RoleMember _
Implements ICloneable
'Utilizzo
Dim instance As RoleMember
[GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")]
public class RoleMember : ICloneable
[GuidAttribute(L"557892C9-D64E-4db1-961B-5942124B4906")]
public ref class RoleMember : ICloneable
[<GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")>]
type RoleMember =
class
interface ICloneable
end
public class RoleMember implements ICloneable
Nel tipo RoleMember sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Name | Gets or sets the name of a RoleMember object. | |
Sid | Gets or sets the security identifier for a RoleMember object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies the content of the object to another object (the destination). | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.