Sdílet prostřednictvím


IRule.SqlFilterRequiresPreprocessing Property

Definition

Value that indicates whether the rule action requires preprocessing.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Value that indicates whether the rule action requires preprocessing.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiresPreprocessing", Update=true)]
public bool? SqlFilterRequiresPreprocessing { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Value that indicates whether the rule action requires preprocessing.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiresPreprocessing", Update=true)>]
member this.SqlFilterRequiresPreprocessing : Nullable<bool> with get, set
Public Property SqlFilterRequiresPreprocessing As Nullable(Of Boolean)

Property Value

Attributes

Applies to