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 命名空间