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