SqlSchemaModel.GetRelationshipEntrySources メソッド
特定のリレーションシップ エントリのソース情報を返します。
名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Protected Overrides Function GetRelationshipEntrySources ( _
relationshipEntry As IModelRelationshipEntry _
) As ICollection(Of ISourceInformation)
protected override ICollection<ISourceInformation> GetRelationshipEntrySources(
IModelRelationshipEntry relationshipEntry
)
protected:
virtual ICollection<ISourceInformation^>^ GetRelationshipEntrySources(
IModelRelationshipEntry^ relationshipEntry
) override
abstract GetRelationshipEntrySources :
relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation>
override GetRelationshipEntrySources :
relationshipEntry:IModelRelationshipEntry -> ICollection<ISourceInformation>
protected override function GetRelationshipEntrySources(
relationshipEntry : IModelRelationshipEntry
) : ICollection<ISourceInformation>
パラメーター
- relationshipEntry
型: Microsoft.Data.Schema.SchemaModel.IModelRelationshipEntry
ソース情報の検索対象となるエントリ。
戻り値
型: System.Collections.Generic.ICollection<ISourceInformation>
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。