SerializeOptions Class

 

Updated: May 24, 2016

Flags used to control the output of metadata object serialization.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::SerializeOptions

public ref class SerializeOptions 

NameDescription
System_CAPS_pubmethodSerializeOptions()

Initializes a new instance of the SerializeOptions class.

NameDescription
System_CAPS_pubpropertyIgnoreChildren

Gets or sets a value that indicates whether to serialize current object only, don't serialize its children.

System_CAPS_pubpropertyIgnoreChildrenExceptAnnotations

Gets or sets a value that indicates whether the current object with Annotations only, don't serialize any other children.

System_CAPS_pubpropertyIgnoreInferredObjects

Gets or sets a value that indicates whether to ignore objects whose lifetime is controlled by the Server, such as RowNumber column, AttributeHierarchy.

System_CAPS_pubpropertyIgnoreInferredProperties

Gets or sets a value that indicates whether to Ignore properties whose value is controlled by the Server, such as Column.State

System_CAPS_pubpropertyIgnoreTimestamps

Gets or sets a value that indicates whether if to Ignore timestamps.

System_CAPS_pubpropertyIncludeTranslatablePropertiesOnly

Gets or sets a value that indicates whether only translatable properties such as Name and Description are to be written.

System_CAPS_pubpropertyPartitionsMergedWithTable

Gets or sets a value that indicates whether to represent Partition as separate object. Instead, Partition properties will appear under Table object.

System_CAPS_pubpropertySplitMultilineStrings

Gets or sets a value that indicates whether the multiline strings should be split into array of strings.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: