MetadataSerializationOptionsExtensions.WithoutRestrictedInformation Method

Definition

Reset the indication that the serialized output should not include restricted information, just the curated version of the data.

public static Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions WithoutRestrictedInformation(this Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions options);
static member WithoutRestrictedInformation : Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptions
<Extension()>
Public Function WithoutRestrictedInformation (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