MetadataSerializationStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The style of the metadata serialization, that indicate what is the type of the serialized content.
public enum MetadataSerializationStyle
type MetadataSerializationStyle =
Public Enum MetadataSerializationStyle
- Inheritance
-
MetadataSerializationStyle
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default serialization style of the system. |
Tmdl | 1 | The serialized content is in Tabular Metadata Definition Language. |
Json | 2 | The serialized content is in JSON format. |