Share via


RemoveCimInstanceCommand.QueryDialect Property

Definition

The following is the definition of the input parameter "QueryDialect". Specifies the dialect used by the query Engine that interprets the Query string.

public string QueryDialect { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="QuerySessionSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="QueryComputerSet", ValueFromPipelineByPropertyName=true)]
public string QueryDialect { get; set; }
member this.QueryDialect : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="QuerySessionSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="QueryComputerSet", ValueFromPipelineByPropertyName=true)>]
member this.QueryDialect : string with get, set
Public Property QueryDialect As String

Property Value

Attributes

Applies to