共用方式為


MetaAssociation.OtherType 屬性

定義

在衍生類別中覆寫時,會取得關聯另一端的類型。

public:
 abstract property System::Data::Linq::Mapping::MetaType ^ OtherType { System::Data::Linq::Mapping::MetaType ^ get(); };
public abstract System.Data.Linq.Mapping.MetaType OtherType { get; }
member this.OtherType : System.Data.Linq.Mapping.MetaType
Public MustOverride ReadOnly Property OtherType As MetaType

屬性值

關聯另一端的類型。

適用於