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