Mdx.CubeFunction Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Etiqueta de función de cubo
Representa el atributo siguiente en el esquema: f
[DocumentFormat.OpenXml.SchemaAttr(0, "f")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues> CubeFunction { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues> CubeFunction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "f")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>? CubeFunction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("f")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>? CubeFunction { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues>? CubeFunction { get; set; }
member this.CubeFunction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "f")>]
member this.CubeFunction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("f")>]
member this.CubeFunction : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues> with get, set
Public Property CubeFunction As EnumValue(Of MdxFunctionValues)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos