IUpdatable.SetValue 메서드
대상 리소스에 지정된 이름을 가진 속성 값을 지정된 속성 값으로 설정합니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Sub SetValue ( _
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.SetValue(targetResource, propertyName, _
propertyValue)
void SetValue(
Object targetResource,
string propertyName,
Object propertyValue
)
void SetValue(
Object^ targetResource,
String^ propertyName,
Object^ propertyValue
)
abstract SetValue :
targetResource:Object *
propertyName:string *
propertyValue:Object -> unit
function SetValue(
targetResource : Object,
propertyName : String,
propertyValue : Object
)
매개 변수
- targetResource
유형: System.Object
속성을 정의하는 대상 개체입니다.
- propertyName
유형: System.String
값을 업데이트해야 하는 속성의 이름입니다.
- propertyValue
유형: System.Object
업데이트할 속성 값입니다.