JsonScripter Class

 

Updated: May 24, 2016

Helper class for scripting out a Tabular Database or Tabular metadata object into JSON script.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::JsonScripter

public ref class JsonScripter abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGenerateSchema()

Generates a JSON schema for validating the JSON script that JsonScripter can handle.

System_CAPS_pubmethodSystem_CAPS_staticScriptAlter(Database^)

Scripts out a given Tabular database into an Alter command.

System_CAPS_pubmethodSystem_CAPS_staticScriptAlter(NamedMetadataObject^)

Scripts out a given Tabular metadata object into an Alter command.

System_CAPS_pubmethodSystem_CAPS_staticScriptAttach(String^)

Creates a script to attach a given folder.

System_CAPS_pubmethodSystem_CAPS_staticScriptAttach(String^, ReadWriteMode)

Creates a script to attach a given folder.

System_CAPS_pubmethodSystem_CAPS_staticScriptAttach(String^, ReadWriteMode, String^)

Creates a script to attach a given folder.

System_CAPS_pubmethodSystem_CAPS_staticScriptBackup(Database^, String^)

Creates a script to backup the database.

System_CAPS_pubmethodSystem_CAPS_staticScriptBackup(Database^, String^, String^, Boolean, Boolean)

Creates a script to backup the database.

System_CAPS_pubmethodSystem_CAPS_staticScriptCreate(Database^)

Scripts out a given Tabular database into a Create command.

System_CAPS_pubmethodSystem_CAPS_staticScriptCreate(NamedMetadataObject^)

Scripts out a given Tabular metadata object into a Create command.

System_CAPS_pubmethodSystem_CAPS_staticScriptCreateOrReplace(Database^)

Scripts out a given Tabular database into a CreateOrReplace command.

System_CAPS_pubmethodSystem_CAPS_staticScriptCreateOrReplace(NamedMetadataObject^)

Scripts out a given Tabular metadata object into a CreateOrReplace command.

System_CAPS_pubmethodSystem_CAPS_staticScriptDelete(Database^)

Scripts out a given Tabular database into a Delete command.

System_CAPS_pubmethodSystem_CAPS_staticScriptDelete(NamedMetadataObject^)

Scripts out given Tabular metadata object into Delete command

System_CAPS_pubmethodSystem_CAPS_staticScriptDetach(Database^)

Creates a script to detach the database.

System_CAPS_pubmethodSystem_CAPS_staticScriptDetach(Database^, String^)

Creates a script to detach the database.

System_CAPS_pubmethodSystem_CAPS_staticScriptMergePartitions(Partition^, IEnumerable<Partition^>^)

Creates script to merge one or more partitions.

System_CAPS_pubmethodSystem_CAPS_staticScriptRefresh(Database^)

Scripts out a given Tabular database into a Refresh command.

System_CAPS_pubmethodSystem_CAPS_staticScriptRefresh(Database^, RefreshType)

Scripts out a given Tabular database into a Refresh command using a specified RefreshType.

System_CAPS_pubmethodSystem_CAPS_staticScriptRefresh(ICollection<NamedMetadataObject^>^, RefreshType)

Scripts out multiple Tabular metadata object into a Refresh command.

System_CAPS_pubmethodSystem_CAPS_staticScriptRefresh(NamedMetadataObject^)

Scripts out a given Tabular metadata object into a Refresh command.

System_CAPS_pubmethodSystem_CAPS_staticScriptRefresh(NamedMetadataObject^, RefreshType)

Scripts out a given tabular metadata object into a Refresh command using a specified RefreshType.

System_CAPS_pubmethodSystem_CAPS_staticScriptRestore(String^, String^)

Creates a script to restore the database.

System_CAPS_pubmethodSystem_CAPS_staticScriptRestore(String^, String^, Boolean, String^, String^, ReadWriteMode)

Creates a script to restore the database.

System_CAPS_pubmethodSystem_CAPS_staticScriptSynchronize(String^, String^)

Creates a script to Synchronize the database.

System_CAPS_pubmethodSystem_CAPS_staticScriptSynchronize(String^, String^, SynchronizeSecurity, Boolean)

Creates a script with more synchronization options to Synchronize the database.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: