次の方法で共有


ModelTranslatorSplitToType.RelationshipsMap プロパティ

ソース スキーマのリレーションシップを記述する RelationshipClass メタデータ オブジェクトの一覧と、これに対応する、ターゲット スキーマに作成されるリレーションシップを記述する RelationshipClass メタデータ オブジェクトの一覧を取得します。

名前空間:  Microsoft.Data.Schema.SchemaModel.Translation
アセンブリ:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public ReadOnly Property RelationshipsMap As IList(Of Tuple(Of ModelRelationshipClass, ModelRelationshipClass))
    Get
public IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>> RelationshipsMap { get; }
public:
property IList<Tuple<ModelRelationshipClass^, ModelRelationshipClass^>^>^ RelationshipsMap {
    IList<Tuple<ModelRelationshipClass^, ModelRelationshipClass^>^>^ get ();
}
member RelationshipsMap : IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>>
function get RelationshipsMap () : IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>>

プロパティ値

型: System.Collections.Generic.IList<Tuple<ModelRelationshipClass, ModelRelationshipClass>>
Item1 がソースの RelationshipClass であり、Item2 が対応するターゲットの RelationshipClass を保持している場合の Tuple<T1, T2> 型の IList<T>

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ModelTranslatorSplitToType クラス

Microsoft.Data.Schema.SchemaModel.Translation 名前空間

RelationshipClass

Tuple<T1, T2>