ServiceBusTopicOutputDataSource.SystemPropertyColumns Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les propriétés système associées à la sortie de rubrique Service Bus. Les propriétés système suivantes sont prises en charge : 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)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET