Метод ModelRelationshipInstance.GetProperty (ModelPropertyClass)

Retrieves properties for this relationship instance.

Пространство имен:  Microsoft.SqlServer.Dac.Model
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Function GetProperty ( _
    property As ModelPropertyClass _
) As Object
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Object
Property value.

Исключения

Исключение Условие
DacModelException

If the supplied property is not supported on this instance.

См. также

Справочник

ModelRelationshipInstance Класс

Перегрузка GetProperty

Пространство имен Microsoft.SqlServer.Dac.Model