Query.Mdx Property

Definition

MDX Query String

Represents the following attribute in the schema: mdx

[DocumentFormat.OpenXml.SchemaAttr(0, "mdx")]
public DocumentFormat.OpenXml.StringValue Mdx { get; set; }
public DocumentFormat.OpenXml.StringValue Mdx { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "mdx")]
public DocumentFormat.OpenXml.StringValue? Mdx { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("mdx")]
public DocumentFormat.OpenXml.StringValue? Mdx { get; set; }
public DocumentFormat.OpenXml.StringValue? Mdx { get; set; }
member this.Mdx : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "mdx")>]
member this.Mdx : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("mdx")>]
member this.Mdx : DocumentFormat.OpenXml.StringValue with get, set
Public Property Mdx As StringValue

Property Value

Returns StringValue.

Attributes

Applies to