Freigeben über


Mdx.CubeFunction-Eigenschaft

Cube Function Tag.Represents the attribte in schema: f

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "f")> _
Public Property CubeFunction As EnumValue(Of MdxFunctionValues)
    Get
    Set
'Usage
Dim instance As Mdx
Dim value As EnumValue(Of MdxFunctionValues)

value = instance.CubeFunction

instance.CubeFunction = value
[SchemaAttrAttribute(, "f")]
public EnumValue<MdxFunctionValues> CubeFunction { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<MdxFunctionValues>
Returns EnumValue<T>.

Siehe auch

Referenz

Mdx Klasse

Mdx-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace