PSSQLFilterAttributes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PSSQLFilterAttributes() | |
PSSQLFilterAttributes(SqlFilter) | |
PSSQLFilterAttributes(String, Nullable<Int32>, Nullable<Boolean>) |
PSSQLFilterAttributes()
public PSSQLFilterAttributes ();
Public Sub New ()
Applies to
PSSQLFilterAttributes(SqlFilter)
public PSSQLFilterAttributes (Microsoft.Azure.Management.ServiceBus.Models.SqlFilter sqlFilter);
new Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes : Microsoft.Azure.Management.ServiceBus.Models.SqlFilter -> Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes
Public Sub New (sqlFilter As SqlFilter)
Parameters
- sqlFilter
- SqlFilter
Applies to
PSSQLFilterAttributes(String, Nullable<Int32>, Nullable<Boolean>)
public PSSQLFilterAttributes (string sqlExpression = default, int? compatibilityLevel = default, bool? requiresPreprocessing = default);
new Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Commands.ServiceBus.Models.PSSQLFilterAttributes
Public Sub New (Optional sqlExpression As String = Nothing, Optional compatibilityLevel As Nullable(Of Integer) = Nothing, Optional requiresPreprocessing As Nullable(Of Boolean) = Nothing)
Parameters
- sqlExpression
- String