SecuritySet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
The SecuritySet contains a set of security principals and their privileges.
Constructors
SecuritySet() |
Default constructor for the SecuritySet. |
Properties
Principal | |
Privilege |
Specifies the list of SecurityPrivileges. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |