Group 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.
Represents an internal system object that refers to one or more users that can be granted security privileges within MDS.
public ref class Group : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Group", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Group : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Group", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Group = class
inherit DataContractBase
Public Class Group
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
Group() |
Initializes a new instance of the Group class. |
Properties
AuditInfo |
Gets or sets audit information. |
Description |
Gets or sets a description of the security group sourced from Active Directory or a local Security Account Manager (SAM). |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
GroupType |
Gets or sets the type of the security group. |
Identifier |
Gets or sets the ID of the security group. |
SecurityPrivilege |
Gets or sets the set of MDS privileges assigned to the group. |
SID |
Gets or sets the security identifier (SID). |
UserAssignments |
Gets or sets an array that contains the set of user identifiers assigned to the security group. |