MetadataSerializationOptionsExtensions.WithoutChildrenMetadata 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.
Reset the indication that the children of the root object should also be serialized, to include only the root object.
public static Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions WithoutChildrenMetadata(this Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions options);
static member WithoutChildrenMetadata : Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions
<Extension()>
Public Function WithoutChildrenMetadata (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).