AssociationAttribute.OtherKeyMembers 屬性

定義

會獲得屬性中指定的 OtherKey 個別金鑰成員集合。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ OtherKeyMembers { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> OtherKeyMembers { get; }
member this.OtherKeyMembers : seq<string>
Public ReadOnly Property OtherKeyMembers As IEnumerable(Of String)

屬性值

一組在屬性中 OtherKey 指定的個別鍵成員。

適用於