다음을 통해 공유


IUpdatable.SetReference 메서드

대상 개체에 지정된 참조 속성 값을 설정합니다.

네임스페이스:  System.Data.Services
어셈블리:  Microsoft.Data.Services(Microsoft.Data.Services.dll)

구문

‘선언
Sub SetReference ( _
    targetResource As Object, _
    propertyName As String, _
    propertyValue As Object _
)
‘사용 방법
Dim instance As IUpdatable
Dim targetResource As Object
Dim propertyName As String
Dim propertyValue As Object

instance.SetReference(targetResource, _
    propertyName, propertyValue)
void SetReference(
    Object targetResource,
    string propertyName,
    Object propertyValue
)
void SetReference(
    Object^ targetResource, 
    String^ propertyName, 
    Object^ propertyValue
)
abstract SetReference : 
        targetResource:Object * 
        propertyName:string * 
        propertyValue:Object -> unit 
function SetReference(
    targetResource : Object, 
    propertyName : String, 
    propertyValue : Object
)

매개 변수

  • targetResource
    유형: System.Object
    속성을 정의하는 대상 개체입니다.
  • propertyName
    유형: System.String
    값을 업데이트해야 하는 속성의 이름입니다.
  • propertyValue
    유형: System.Object
    업데이트할 속성 값입니다.

참고 항목

참조

IUpdatable 인터페이스

System.Data.Services 네임스페이스