Share via


RegisterCimIndicationCommand.QueryDialect Property

 

Gets and sets the QueryDialect parameter, which specifies the dialect used by the query engine that interprets the query string.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(ParameterSetName = "QueryExpressionComputerSet")]
[ParameterAttribute(ParameterSetName = "QueryExpressionSessionSet")]
public string QueryDialect { get; set; }
public:
[ParameterAttribute(ParameterSetName = "QueryExpressionComputerSet")]
[ParameterAttribute(ParameterSetName = "QueryExpressionSessionSet")]
property String^ QueryDialect {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(ParameterSetName = "QueryExpressionComputerSet")>]
[<ParameterAttribute(ParameterSetName = "QueryExpressionSessionSet")>]
member QueryDialect : string with get, set
<ParameterAttribute(ParameterSetName := "QueryExpressionComputerSet")>
<ParameterAttribute(ParameterSetName := "QueryExpressionSessionSet")>
Public Property QueryDialect As String

Property Value

Type: System.String

Returns String.

See Also

RegisterCimIndicationCommand Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top