Condividi tramite


Proprietà ModelPropertyClass.OwningType

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Property OwningType As ModelTypeClass 
    Get 
    Private Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Dac.Model.ModelTypeClass

Vedere anche

Riferimento

ModelPropertyClass Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Model