前方リレーションシップ クラスの一覧を返します。
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public ReadOnly Property ForwardRelationshipClasses As IList(Of RelationshipClass)
'使用
Dim instance As RelationshipClass
Dim value As IList(Of RelationshipClass)
value = instance.ForwardRelationshipClasses
public IList<RelationshipClass> ForwardRelationshipClasses { get; }
public:
property IList<RelationshipClass^>^ ForwardRelationshipClasses {
IList<RelationshipClass^>^ get ();
}
public function get ForwardRelationshipClasses () : IList<RelationshipClass>
プロパティ値
型 : System.Collections.Generic.IList<RelationshipClass>