다음을 통해 공유


ModelPropertyClass.OwningRelationship 속성

Owning ModelRelationshipClass for the property, where this property is attached to a Relationship. Null if this property is on a ModelTypeClass

네임스페이스:  Microsoft.SqlServer.Dac.Model
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public Property OwningRelationship As ModelRelationshipClass 
    Get 
    Private Set
‘사용 방법
Dim instance As ModelPropertyClass 
Dim value As ModelRelationshipClass 

value = instance.OwningRelationship
public ModelRelationshipClass OwningRelationship { get; private set; }
public:
property ModelRelationshipClass^ OwningRelationship {
    ModelRelationshipClass^ get ();
    private: void set (ModelRelationshipClass^ value);
}
member OwningRelationship : ModelRelationshipClass with get, private set
function get OwningRelationship () : ModelRelationshipClass 
private function set OwningRelationship (value : ModelRelationshipClass)

속성 값

유형: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

참고 항목

참조

ModelPropertyClass 클래스

Microsoft.SqlServer.Dac.Model 네임스페이스