Freigeben über


ModelRelationshipInstance.GetProperty-Methode (ModelPropertyClass)

Retrieves properties for this relationship instance.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Function GetProperty ( _
    property As ModelPropertyClass _
) As Object
'Usage
Dim instance As ModelRelationshipInstance 
Dim property As ModelPropertyClass 
Dim returnValue As Object 

returnValue = instance.GetProperty(property)
public Object GetProperty(
    ModelPropertyClass property
)
public:
Object^ GetProperty(
    ModelPropertyClass^ property
)
member GetProperty : 
        property:ModelPropertyClass -> Object
public function GetProperty(
    property : ModelPropertyClass
) : Object

Parameter

Rückgabewert

Typ: System.Object
Property value.

Ausnahmen

Ausnahme Bedingung
DacModelException

If the supplied property is not supported on this instance.

Siehe auch

Verweis

ModelRelationshipInstance Klasse

GetProperty-Überladung

Microsoft.SqlServer.Dac.Model-Namespace