SecuritySet Class

Definition

Contains a set of security principals and their privileges.

public ref class SecuritySet sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SecuritySet", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SecuritySet : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SecuritySet", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SecuritySet = class
    inherit DataContractBase
Public NotInheritable Class SecuritySet
Inherits DataContractBase
Inheritance
SecuritySet
Attributes

Remarks

The SecuritySet contains a set of security principals and their privileges.

Constructors

SecuritySet()

Default constructor for the SecuritySet.

Properties

Principal

Specifies the list of security principals (User or Group).

Privilege

Specifies the list of SecurityPrivileges.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to