Classe EntityMembers
Represents a collection of members from a single entity and member type along with their context.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..EntityMembers
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "EntityMembers", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembers _
Implements IExtensibleDataObject
'Utilizzo
Dim instance As EntityMembers
[DataContractAttribute(Name = "EntityMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembers : IExtensibleDataObject
[DataContractAttribute(Name = L"EntityMembers", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMembers : IExtensibleDataObject
[<DataContractAttribute(Name = "EntityMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembers =
class
interface IExtensibleDataObject
end
public class EntityMembers implements IExtensibleDataObject
Nel tipo EntityMembers sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
EntityMembers | Initializes a new instance of the EntityMembers class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
EntityId | Gets or sets the ID of the entity for the contained members. |
![]() |
ExtensionData | Gets or sets an object that contains extra data. |
![]() |
Members | Gets or sets a list of members for the identified entity and member type. |
![]() |
MemberType | Gets or sets the member type. |
![]() |
ModelId | Gets or sets the ID of the model for the contained members. |
![]() |
VersionId | Gets or sets the ID of the version for the contained members. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.