Класс SecurityResultOptions

Defines the data contract for the security results options.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..SecurityResultOptions

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство FunctionPrivilege Gets or sets the ResultType for FunctionPrivilege.
Открытое свойство Group Gets or sets the ResultType for Group.
Открытое свойство HierarchyMemberPrivilege Gets or sets the ResultType for HierarchyMemberPrivilege.
Открытое свойство ModelPrivilege Gets or sets the ResultType for ModelPrivilege.
Открытое свойство ResolveEffectivePrivilege Gets or sets a value indicating whether resolve effective privileges is desired.
Открытое свойство User Gets or sets the ResultType for User.

В начало

Методы

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

В начало

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

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