SerializeOptions Class
Updated: May 24, 2016
Flags used to control the output of metadata object serialization.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() | SerializeOptions() | Initializes a new instance of the SerializeOptions class. |
| Name | Description | |
|---|---|---|
![]() | IgnoreChildren | Gets or sets a value that indicates whether to serialize current object only, don't serialize its children. |
![]() | IgnoreChildrenExceptAnnotations | Gets or sets a value that indicates whether the current object with Annotations only, don't serialize any other children. |
![]() | IgnoreInferredObjects | Gets or sets a value that indicates whether to ignore objects whose lifetime is controlled by the Server, such as RowNumber column, AttributeHierarchy. |
![]() | IgnoreInferredProperties | Gets or sets a value that indicates whether to Ignore properties whose value is controlled by the Server, such as Column.State |
![]() | IgnoreTimestamps | Gets or sets a value that indicates whether if to Ignore timestamps. |
![]() | IncludeTranslatablePropertiesOnly | Gets or sets a value that indicates whether only translatable properties such as Name and Description are to be written. |
![]() | PartitionsMergedWithTable | Gets or sets a value that indicates whether to represent Partition as separate object. Instead, Partition properties will appear under Table object. |
![]() | SplitMultilineStrings | Gets or sets a value that indicates whether the multiline strings should be split into array of strings. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


