SecurityResultOptions Class

 

Defines the data contract for the security results options.

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

Inheritance Hierarchy

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

Syntax

[DataContractAttribute(Name = "SecurityResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityResultOptions : DataContractBase
[DataContractAttribute(Name = "SecurityResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityResultOptions sealed : DataContractBase
[<Sealed>]
[<DataContractAttribute(Name = "SecurityResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityResultOptions = 
    class
        inherit DataContractBase
    end
<DataContractAttribute(Name := "SecurityResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>
Public NotInheritable Class SecurityResultOptions
    Inherits DataContractBase

Constructors

Name Description
System_CAPS_pubmethod SecurityResultOptions()

Initializes a new instance of the SecurityResultOptions class.

Properties

Name Description
System_CAPS_pubproperty FunctionPrivilege

Gets or sets the ResultType for function privilege.

System_CAPS_pubproperty Group

Gets or sets the ResultType for group.

System_CAPS_pubproperty HierarchyMemberPrivilege

Gets or sets the ResultType for hierarchy member privilege.

System_CAPS_pubproperty ModelPrivilege

Gets or sets the ResultType for model privilege.

System_CAPS_pubproperty ResolveEffectivePrivilege

Gets or sets a value that indicates whether resolve effective privileges is desired.

System_CAPS_pubproperty User

Gets or sets the ResultType for user.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top