다음을 통해 공유


ModelPropertyClass.OwningType 속성

Owning ModelTypeClass for the property, where this property is attached to a Type. Null if this property is on a ModelRelationshipClass

네임스페이스:  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 네임스페이스