次の方法で共有


ModelPropertyClass.OwningType プロパティ

このプロパティが型にアタッチされている場合に、プロパティの所有している ModelTypeClass。 このプロパティが ModelRelationshipClass にない場合は null になります。

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Property OwningType As ModelTypeClass 
    Get 
    Private Set
'使用
Dim instance As ModelPropertyClass 
Dim value As ModelTypeClass 

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

プロパティ値

型: Microsoft.SqlServer.Dac.Model.ModelTypeClass

関連項目

参照

ModelPropertyClass クラス

Microsoft.SqlServer.Dac.Model 名前空間