MetadataSerializationOptionsExtensions.WithChildrenMetadata Method

Definition

Sets the indication that the children of the root object should also be serialized, and not only the root object.

public static Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions WithChildrenMetadata(this Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions options);
static member WithChildrenMetadata : Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions
<Extension()>
Public Function WithChildrenMetadata (options As MetadataSerializationOptions) As MetadataSerializationOptions

Parameters

options
MetadataSerializationOptions

The instance of the options to update.

Returns

The cloned instance of the MetadataSerializationOptions after the change.

Exceptions

The specified options instance is a null reference (Nothing in Visual Basic).

Applies to