Freigeben über


ServerFormat-Klasse

Server Format.When the object is serialized out as xml, its qualified name is x:serverFormat.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Spreadsheet.ServerFormat

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

Syntax

'Declaration
Public Class ServerFormat _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As ServerFormat
public class ServerFormat : OpenXmlLeafElement

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

18.10.1.86 serverFormat (Server Format)

Represents the numeric format specified by the OLAP server for a tuple.

Parent Elements

serverFormats (§18.10.1.87)

Attributes

Description

culture (Culture)

Specifies a language used to determine the currency symbol to display for currency values. [Example: if the culture is "en-us", the values in the application will format the values with a dollar sign. If the culture is "fr-fr" the application will format the values with a euro sign. end example]

This value conforms to the language tagging conventions of RFC 3066 and later. The pattern <language>-<REGION> is used, e.g., "en-us" or "fr-fr".

The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19).

format (Format)

Specifies the format string to use for all other numeric values. This string is supplied by the OLAP server. Therefore, the syntax for reading the format string depends on the server implementation.

The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19).

[Note: The W3C XML Schema definition of this element's content model (CT_ServerFormat) is located in §A.2. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

ServerFormat-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace