Condividi tramite


Classe AttributeGroup

Represents a group of attributes.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .MdmDataContractOfMemberTypeContextIdentifier
    Microsoft.MasterDataServices..::..AttributeGroup

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
    Inherits MdmDataContractOfMemberTypeContextIdentifier
'Utilizzo
Dim instance As AttributeGroup
[DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AttributeGroup : MdmDataContractOfMemberTypeContextIdentifier
[DataContractAttribute(Name = L"AttributeGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class AttributeGroup : public MdmDataContractOfMemberTypeContextIdentifier
[<DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeGroup =  
    class
        inherit MdmDataContractOfMemberTypeContextIdentifier
    end
public class AttributeGroup extends MdmDataContractOfMemberTypeContextIdentifier

Nel tipo AttributeGroup sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AttributeGroup Initializes a new instance of the AttributeGroup class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Attributes Gets or sets an array of attributes.
Proprietà pubblica AuditInfo Gets or sets an AuditInfo. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica ExtensionData Gets or sets an object that contains extra data. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica FullName Gets or sets the name of the AttributeGroup.
Proprietà pubblica Identifier Gets or sets an ID. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica IsNameCodeFrozen Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling.
Proprietà pubblica IsSystem Gets or sets a value indicating whether the attribute group is a system group.
Proprietà pubblica Permission Gets or sets a security permission. Ereditato da MdmDataContractOfMemberTypeContextIdentifier.
Proprietà pubblica SortOrder Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.