次の方法で共有


ServiceBusTopicOutputDataSource.PropertyColumns プロパティ

定義

Service Bus メッセージにカスタム プロパティとしてアタッチする出力列の名前の文字列配列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.propertyColumns")]
public System.Collections.Generic.IList<string> PropertyColumns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.propertyColumns")>]
member this.PropertyColumns : System.Collections.Generic.IList<string> with get, set
Public Property PropertyColumns As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象