Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Owning ModelRelationshipClass for the property, where this property is attached to a Relationship. Null if this property is on a ModelTypeClass
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property OwningRelationship As ModelRelationshipClass
Get
Private Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass