この TSqlObject を参照する各オブジェクトに対して、リレーションシップ データを定義する ModelRelationshipInstance を返します。 これには、(FromObject フィールドによって定義された) 参照元オブジェクト、およびこのリレーションシップに固有のすべてのプロパティが含まれます。 指定した DacQueryScopes スコープ内のオブジェクトのみが返されます。
名前空間: Microsoft.SqlServer.Dac.Model
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public Function GetReferencingRelationshipInstances As IEnumerable(Of ModelRelationshipInstance)
'使用
Dim instance As TSqlObject
Dim returnValue As IEnumerable(Of ModelRelationshipInstance)
returnValue = instance.GetReferencingRelationshipInstances()
public IEnumerable<ModelRelationshipInstance> GetReferencingRelationshipInstances()
public:
IEnumerable<ModelRelationshipInstance^>^ GetReferencingRelationshipInstances()
member GetReferencingRelationshipInstances : unit -> IEnumerable<ModelRelationshipInstance>
public function GetReferencingRelationshipInstances() : IEnumerable<ModelRelationshipInstance>
戻り値
型: System.Collections.Generic.IEnumerable<ModelRelationshipInstance>
この TSqlObject とそれを参照しているオブジェクト間のリレーションシップを定義する ModelRelationshipInstance