SecurityResultOptions Class

Defines the data contract for the security results options.

Inheritance Hierarchy

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SecurityResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityResultOptions
'Usage
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

The SecurityResultOptions type exposes the following members.

Constructors

  Name Description
Public method SecurityResultOptions Initializes a new instance of the SecurityResultOptions class.

Top

Properties

  Name Description
Public property FunctionPrivilege Gets or sets the ResultType for FunctionPrivilege.
Public property Group Gets or sets the ResultType for Group.
Public property HierarchyMemberPrivilege Gets or sets the ResultType for HierarchyMemberPrivilege.
Public property ModelPrivilege Gets or sets the ResultType for ModelPrivilege.
Public property ResolveEffectivePrivilege Gets or sets a value indicating whether resolve effective privileges is desired.
Public property User Gets or sets the ResultType for User.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.