次の方法で共有


Resource.SetPropertyValue(String, Object) メソッド

定義

Azure Cosmos DB サービスの指定したプロパティ名に関連付けられているプロパティ値を設定します。

public void SetPropertyValue (string propertyName, object propertyValue);
member this.SetPropertyValue : string * obj -> unit
Public Sub SetPropertyValue (propertyName As String, propertyValue As Object)

パラメーター

propertyName
String

プロパティの名前。

propertyValue
Object

プロパティ値。

適用対象