InvokeCimMethodCommand.QueryDialect Property
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.
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="QueryComputerSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="QuerySessionSet", ValueFromPipelineByPropertyName=true)]
public string QueryDialect { get; set; }
member this.QueryDialect : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="QueryComputerSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="QuerySessionSet", ValueFromPipelineByPropertyName=true)>]
member this.QueryDialect : string with get, set
Public Property QueryDialect As String
Property Value
- Attributes