다음을 통해 공유


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 네임스페이스