AttributeGroup-Klasse
Represents a group of attributes.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .MdmDataContractOfMemberTypeContextIdentifier
Microsoft.MasterDataServices..::..AttributeGroup
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AttributeGroup _
Inherits MdmDataContractOfMemberTypeContextIdentifier
'Usage
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
Der AttributeGroup-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
AttributeGroup | Initializes a new instance of the AttributeGroup class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Attributes | Gets or sets an array of attributes. | |
AuditInfo | Gets or sets an AuditInfo. (Geerbt von MdmDataContractOfMemberTypeContextIdentifier.) | |
ExtensionData | Gets or sets an object that contains extra data. (Geerbt von MdmDataContractOfMemberTypeContextIdentifier.) | |
FullName | Gets or sets the name of the AttributeGroup. | |
Identifier | Gets or sets an ID. (Geerbt von MdmDataContractOfMemberTypeContextIdentifier.) | |
IsNameCodeFrozen | Gets or sets a value indicating whether the Name and Code attributes should be frozen visibly during scrolling. | |
IsSystem | Gets or sets a value indicating whether the attribute group is a system group. | |
Permission | Gets or sets a security permission. (Geerbt von MdmDataContractOfMemberTypeContextIdentifier.) | |
SortOrder | Gets or sets the sort order of the attribute group among other attribute groups of the same entity and member type. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.