Classe Group
Represents group complex types.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..Group
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "Group", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Group
'Uso
Dim instance As Group
[DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Group
[DataContractAttribute(Name = L"Group", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Group sealed
[<SealedAttribute>]
[<DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Group = class end
public final class Group
O tipo Group expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AuditInfo | Gets or sets AuditInfo complex types. |
![]() |
Description | Gets or sets a description of the security Group sourced from an Active Directory or local SAM. |
![]() |
GroupType | Gets or sets the group type of the security group (AD group or local group). |
![]() |
Identifier | Gets or sets the identifier of the security Group. |
![]() |
SecurityPrivilege | Gets or sets a SecurityPrivileges complex type containing the set of MDS privileges assigned to the Group. |
![]() |
SID | Gets or sets the SID of the group from Windows. |
![]() |
UserAssignments | Gets or sets an array of identifiers containing the set of user identifiers assigned to the security group. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.