JsonSerializer.DeserializeDatabase Method

Definition

Deserializes a Database object.

C#
public static Microsoft.AnalysisServices.Tabular.Database DeserializeDatabase (string json, Microsoft.AnalysisServices.Tabular.DeserializeOptions options = default, Microsoft.AnalysisServices.CompatibilityMode mode = Microsoft.AnalysisServices.CompatibilityMode.Unknown);

Parameters

json
String

JSON structure to deserialize.

options
DeserializeOptions

Serialization options.

mode
CompatibilityMode

The compatibility mode of the server.

Returns

The Database as a Tabular metadata object.

Applies to

Produit Versions
Analysis Services SDK for .NET latest