TSqlObject.GetReferencingRelationshipInstances 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| 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 참조하는 개체 간의 관계를 정의합니다.