Поделиться через


Класс SecurityPrincipals

Defines the data contract for the security principals.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.SecurityPrincipals

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "SecurityPrincipals", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityPrincipals _
    Inherits DataContractBase
'Применение
Dim instance As SecurityPrincipals
[DataContractAttribute(Name = "SecurityPrincipals", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityPrincipals : DataContractBase
[DataContractAttribute(Name = L"SecurityPrincipals", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityPrincipals sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityPrincipals", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityPrincipals =  
    class 
        inherit DataContractBase 
    end
public final class SecurityPrincipals extends DataContractBase

Тип SecurityPrincipals обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SecurityPrincipals Initializes a new instance of the SecurityPrincipals class.

В начало

Свойства

  Имя Описание
Открытое свойство Groups Gets or sets the list of security groups.
Открытое свойство Users Gets or sets the list of security users.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts