次の方法で共有


ServiceBusQueueOutputDataSource.SystemPropertyColumns プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.systemPropertyColumns")]
public object SystemPropertyColumns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.systemPropertyColumns")>]
member this.SystemPropertyColumns : obj with get, set
Public Property SystemPropertyColumns As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象