Compartir a través de


IServiceBusQueueOutputDataSource.PropertyColumn Property

Definition

A string array of the names of output columns to be attached to Service Bus messages as custom properties.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="A string array of the names of output columns to be attached to Service Bus messages as custom properties.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="propertyColumns", Update=true)]
public System.Collections.Generic.List<string> PropertyColumn { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="A string array of the names of output columns to be attached to Service Bus messages as custom properties.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="propertyColumns", Update=true)>]
member this.PropertyColumn : System.Collections.Generic.List<string> with get, set
Public Property PropertyColumn As List(Of String)

Property Value

Attributes

Applies to