MetadataSerializationOptionsBuilderExtensions.IsMetadataOrderHintsExcluded Method
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.
Gets an indication if the serialized TMDL content should not include hints for the order of metadata elements; default is false, indicating to included in the generated TMDL.
public static bool IsMetadataOrderHintsExcluded (this Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptionsBuilder builder);
static member IsMetadataOrderHintsExcluded : Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptionsBuilder -> bool
<Extension()>
Public Function IsMetadataOrderHintsExcluded (builder As MetadataSerializationOptionsBuilder) As Boolean
Parameters
The MetadataSerializationOptionsBuilder that initializes the serialization options.
Returns
True, if metadata-order hints are excluded from the TMDL content; otherwise, false.
Exceptions
The specified builder is a null reference (Nothing in Visual Basic).
The specified builder was not initialized to set TMDL serialization options.