MetadataDeserializationOptionsExtensions.WithErrorOnUnresolvedLinks 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.
Sets the indication that errors are raised when unresolved links are detected in the deserialized metadata.
public static Microsoft.AnalysisServices.Tabular.Serialization.MetadataDeserializationOptions WithErrorOnUnresolvedLinks(this Microsoft.AnalysisServices.Tabular.Serialization.MetadataDeserializationOptions options);
static member WithErrorOnUnresolvedLinks : Microsoft.AnalysisServices.Tabular.Serialization.MetadataDeserializationOptions -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataDeserializationOptions
<Extension()>
Public Function WithErrorOnUnresolvedLinks (options As MetadataDeserializationOptions) As MetadataDeserializationOptions
Parameters
- options
- MetadataDeserializationOptions
The instance of the options to update.
Returns
The cloned instance of the MetadataDeserializationOptions after the change.
Exceptions
The specified options instance is a null reference (Nothing in Visual Basic).