Classe Group
Defines the data contract for the group.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.Group
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "Group", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class Group _
Inherits DataContractBase
'Uso
Dim instance As Group
[DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class Group : DataContractBase
[DataContractAttribute(Name = L"Group", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Group sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "Group", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Group =
class
inherit DataContractBase
end
public final class Group extends DataContractBase
O tipo Group expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Group | Initializes a new instance of the Group class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AuditInfo | Gets or sets the audit information. | |
Description | Gets or sets the security group description from active directory. | |
GroupType | Gets or sets the type of the security group. | |
Identifier | Gets or sets the identifier of the security group. | |
SecurityPrivilege | Gets or sets the list of Master Data Services privileges assigned to the group. | |
SID | Gets or sets the security token identifier for the user. | |
UserAssignments | Gets or sets the collection of users assigned to the group. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (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.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts