Класс RoleMember
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
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("557892C9-D64E-4db1-961B-5942124B4906")> _
Public Class RoleMember _
Implements ICloneable
'Применение
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
Тип RoleMember обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
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) |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Name | Gets or sets the name of a RoleMember object. |
![]() |
Sid | Gets or sets the security identifier for a RoleMember object. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Clone | Creates a new, full copy of an object. |
![]() |
CopyTo | Copies a RoleMember object to the specified object. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)