TSqlObject.GetReferencing メソッド

定義

オーバーロード

名前 説明
GetReferencing()

Default スコープ内のすべての参照オブジェクトを取得します。

GetReferencing(DacQueryScopes)

指定した DacQueryScopes スコープ内のすべての参照オブジェクトを取得します。

GetReferencing(ModelRelationshipClass)

リレーションシップが特定の ModelRelationshipClass によって定義され、オブジェクトが Default スコープ内にある参照オブジェクトを取得します。

GetReferencing(ModelRelationshipClass, DacQueryScopes)

リレーションシップが特定の ModelRelationshipClass によって定義され、オブジェクトが特定の DacQueryScopes スコープ内にある参照オブジェクトを取得します。

GetReferencing()

Default スコープ内のすべての参照オブジェクトを取得します。

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

返品

TSqlObjectこのオブジェクトを参照しています

適用対象

GetReferencing(DacQueryScopes)

指定した DacQueryScopes スコープ内のすべての参照オブジェクトを取得します。

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

パラメーター

queryScopes
DacQueryScopes

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

返品

TSqlObjectこのオブジェクトを参照しています

適用対象

GetReferencing(ModelRelationshipClass)

リレーションシップが特定の ModelRelationshipClass によって定義され、オブジェクトが Default スコープ内にある参照オブジェクトを取得します。

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

パラメーター

relationshipType
ModelRelationshipClass

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

返品

TSqlObject特定のオブジェクトに対してこのオブジェクトを参照する ModelRelationshipClass

適用対象

GetReferencing(ModelRelationshipClass, DacQueryScopes)

リレーションシップが特定の ModelRelationshipClass によって定義され、オブジェクトが特定の DacQueryScopes スコープ内にある参照オブジェクトを取得します。

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

パラメーター

relationshipType
ModelRelationshipClass

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

queryScopes
DacQueryScopes

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

返品

TSqlObject特定のオブジェクトに対してこのオブジェクトを参照する ModelRelationshipClass

適用対象