Propriedade do RDL ModelPropertyClass.OwningType
Owning ModelTypeClass for the property, where this property is attached to a Type. Null if this property is on a ModelRelationshipClass
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public Property OwningType As ModelTypeClass
Get
Private Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Dac.Model.ModelTypeClass