SecurityResultOptions Class
Defines the data contract for the security results options.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.SecurityResultOptions
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "SecurityResultOptions", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class SecurityResultOptions _
Inherits DataContractBase
'Usage
Dim instance As SecurityResultOptions
[DataContractAttribute(Name = "SecurityResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecurityResultOptions : DataContractBase
[DataContractAttribute(Name = L"SecurityResultOptions", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SecurityResultOptions sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "SecurityResultOptions", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecurityResultOptions =
class
inherit DataContractBase
end
public final class SecurityResultOptions extends DataContractBase
The SecurityResultOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SecurityResultOptions | Initializes a new instance of the SecurityResultOptions class. |
Top
Properties
Name | Description | |
---|---|---|
FunctionPrivilege | Gets or sets the ResultType for function privilege. | |
Group | Gets or sets the ResultType for group. | |
HierarchyMemberPrivilege | Gets or sets the ResultType for hierarchy member privilege. | |
ModelPrivilege | Gets or sets the ResultType for model privilege. | |
ResolveEffectivePrivilege | Gets or sets a value that indicates whether resolve effective privileges is desired. | |
User | Gets or sets the ResultType for user. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace