TSqlObject.GetReferencingRelationshipInstances メソッド

定義

オーバーロード

名前 説明
GetReferencingRelationshipInstances(ModelRelationshipClass, DacQueryScopes)

特定のModelRelationshipClassでこのTSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義するModelRelationshipInstanceを返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 指定した DacQueryScopes スコープ内のオブジェクトのみが返されます。

GetReferencingRelationshipInstances(ModelRelationshipClass)

特定のModelRelationshipClassでこのTSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義するModelRelationshipInstanceを返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 Defaultスコープ内のオブジェクトのみが返されます。

GetReferencingRelationshipInstances()

この TSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義する ModelRelationshipInstance を返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 指定した DacQueryScopes スコープ内のオブジェクトのみが返されます。

GetReferencingRelationshipInstances(DacQueryScopes)

この TSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義する ModelRelationshipInstance を返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 Defaultスコープ内のオブジェクトのみが返されます。

GetReferencingRelationshipInstances(ModelRelationshipClass, DacQueryScopes)

特定のModelRelationshipClassでこのTSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義するModelRelationshipInstanceを返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 指定した DacQueryScopes スコープ内のオブジェクトのみが返されます。

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance> GetReferencingRelationshipInstances(Microsoft.SqlServer.Dac.Model.ModelRelationshipClass relationshipType, Microsoft.SqlServer.Dac.Model.DacQueryScopes queryScopes);
member this.GetReferencingRelationshipInstances : Microsoft.SqlServer.Dac.Model.ModelRelationshipClass * Microsoft.SqlServer.Dac.Model.DacQueryScopes -> seq<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance>
Public Function GetReferencingRelationshipInstances (relationshipType As ModelRelationshipClass, queryScopes As DacQueryScopes) As IEnumerable(Of ModelRelationshipInstance)

パラメーター

relationshipType
ModelRelationshipClass

ModelRelationshipClass クエリを実行するリレーションシップ クラスの定義

queryScopes
DacQueryScopes

DacQueryScopes スコープ オブジェクトを定義する必要があります。

返品

ModelRelationshipInstanceこの TSqlObject とそれを参照するオブジェクトの間の関係を定義する

適用対象

GetReferencingRelationshipInstances(ModelRelationshipClass)

特定のModelRelationshipClassでこのTSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義するModelRelationshipInstanceを返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 Defaultスコープ内のオブジェクトのみが返されます。

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance> GetReferencingRelationshipInstances(Microsoft.SqlServer.Dac.Model.ModelRelationshipClass relationshipType);
member this.GetReferencingRelationshipInstances : Microsoft.SqlServer.Dac.Model.ModelRelationshipClass -> seq<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance>
Public Function GetReferencingRelationshipInstances (relationshipType As ModelRelationshipClass) As IEnumerable(Of ModelRelationshipInstance)

パラメーター

relationshipType
ModelRelationshipClass

ModelRelationshipClass クエリを実行するリレーションシップ クラスの定義

返品

ModelRelationshipInstanceこの TSqlObject とそれを参照するオブジェクトの間の関係を定義する

適用対象

GetReferencingRelationshipInstances()

この TSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義する ModelRelationshipInstance を返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 指定した DacQueryScopes スコープ内のオブジェクトのみが返されます。

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance> GetReferencingRelationshipInstances();
member this.GetReferencingRelationshipInstances : unit -> seq<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance>
Public Function GetReferencingRelationshipInstances () As IEnumerable(Of ModelRelationshipInstance)

返品

ModelRelationshipInstanceこの TSqlObject とそれを参照するオブジェクトの間の関係を定義する

適用対象

GetReferencingRelationshipInstances(DacQueryScopes)

この TSqlObjectを参照する各オブジェクトについて、リレーションシップ データを定義する ModelRelationshipInstance を返します。 これには、 FromObject フィールドによって定義される参照オブジェクトと、このリレーションシップに固有のプロパティが含まれます。 Defaultスコープ内のオブジェクトのみが返されます。

public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance> GetReferencingRelationshipInstances(Microsoft.SqlServer.Dac.Model.DacQueryScopes queryScopes);
member this.GetReferencingRelationshipInstances : Microsoft.SqlServer.Dac.Model.DacQueryScopes -> seq<Microsoft.SqlServer.Dac.Model.ModelRelationshipInstance>
Public Function GetReferencingRelationshipInstances (queryScopes As DacQueryScopes) As IEnumerable(Of ModelRelationshipInstance)

パラメーター

queryScopes
DacQueryScopes

DacQueryScopes スコープ オブジェクトを定義する必要があります。

返品

ModelRelationshipInstanceこの TSqlObject とそれを参照するオブジェクトの間の関係を定義する

適用対象