対象オブジェクトの指定された参照プロパティの値を設定します。
名前空間: 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
更新するプロパティ値。