JsonScripter.ScriptExport(Database) 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.
Create a script to export a database.
public static string ScriptExport (Microsoft.AnalysisServices.Core.Database db);
static member ScriptExport : Microsoft.AnalysisServices.Core.Database -> string
Public Shared Function ScriptExport (db As Database) As String
Parameters
- db
- Database
The database to script
Returns
System.String containing a scripted Export command.