MetadataSerializationOptionsBuilder.WithoutInferredDataTypes 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.
Resets the indication that the serialized output should include inferred data-types, so it will only include data-types that are explicitly set by the user.
public Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptionsBuilder WithoutInferredDataTypes ();
member this.WithoutInferredDataTypes : unit -> Microsoft.AnalysisServices.Tabular.Serialization.MetadataSerializationOptionsBuilder
Public Function WithoutInferredDataTypes () As MetadataSerializationOptionsBuilder
Returns
The same instance of the MetadataSerializationOptionsBuilder.