Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property OwningType As ModelTypeClass
Get
Private Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelTypeClass