次の方法で共有


ServiceBusTopicOutputDataSource.SystemPropertyColumns プロパティ

定義

Service Bus トピック出力に関連付けられているシステム プロパティを取得または設定します。 次のシステム プロパティがサポートされています: ReplyToSessionId、ContentType、To、Subject、CorrelationId、TimeToLive、PartitionKey、SessionId、ScheduledEnqueueTime、MessageId、ReplyTo、Label、ScheduledEnqueueTimeUtc。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象