JsonScripter.ScriptDelete 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.
Overloads
ScriptDelete(Database) |
Scripts out a given tabular database into a Delete command. |
ScriptDelete(NamedMetadataObject) |
Scripts out given tabular metadata object into Delete command |
ScriptDelete(Database)
Scripts out a given tabular database into a Delete command.
public static string ScriptDelete (Microsoft.AnalysisServices.Core.Database db);
static member ScriptDelete : Microsoft.AnalysisServices.Core.Database -> string
Public Shared Function ScriptDelete (db As Database) As String
Parameters
- db
- Database
The tabular database to script.
Returns
A String containing the Delete command.
Applies to
ScriptDelete(NamedMetadataObject)
Scripts out given tabular metadata object into Delete command
public static string ScriptDelete (Microsoft.AnalysisServices.Tabular.NamedMetadataObject obj);
static member ScriptDelete : Microsoft.AnalysisServices.Tabular.NamedMetadataObject -> string
Public Shared Function ScriptDelete (obj As NamedMetadataObject) As String
Parameters
The tabular metadata object to script.
Returns
A String containing the Delete command.