Udostępnij za pośrednictwem


Pole Metadata.MemberTypes

Pobiera lub ustawia kolekcja obiekt typów element członkowski.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public MemberTypes As Collection(Of EntityMemberType)
'Użycie
Dim instance As Metadata
Dim value As Collection(Of EntityMemberType)

value = instance.MemberTypes

instance.MemberTypes = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<EntityMemberType> MemberTypes
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
Collection<EntityMemberType^>^ MemberTypes
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
val mutable MemberTypes: Collection<EntityMemberType>
public var MemberTypes : Collection<EntityMemberType>