Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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