JsonScripter.ScriptApplyAutomaticAggregations Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ScriptApplyAutomaticAggregations(Database) |
Scripte une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations. |
ScriptApplyAutomaticAggregations(String) |
Obsolète.
Exécute une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations. |
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) |
Scripts d’une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations tout en appliquant les options d’agrégation spécifiées. |
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions) |
Obsolète.
Scripts d’une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations tout en appliquant les options d’agrégation spécifiées. |
ScriptApplyAutomaticAggregations(Database)
Scripte une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations.
public static string ScriptApplyAutomaticAggregations (Microsoft.AnalysisServices.Core.Database database);
static member ScriptApplyAutomaticAggregations : Microsoft.AnalysisServices.Core.Database -> string
Public Shared Function ScriptApplyAutomaticAggregations (database As Database) As String
Paramètres
- database
- Database
Base de données à scripter.
Retours
String contenant la commande ApplyAutomaticAggregations.
S’applique à
ScriptApplyAutomaticAggregations(String)
Attention
Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.
Exécute une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations.
[System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.")]
public static string ScriptApplyAutomaticAggregations (string databaseName);
[<System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.")>]
static member ScriptApplyAutomaticAggregations : string -> string
Public Shared Function ScriptApplyAutomaticAggregations (databaseName As String) As String
Paramètres
- databaseName
- String
Nom d’une base de données tabulaire.
Retours
String contenant la commande ApplyAutomaticAggregations.
- Attributs
S’applique à
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)
Scripts d’une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations tout en appliquant les options d’agrégation spécifiées.
public static string ScriptApplyAutomaticAggregations (Microsoft.AnalysisServices.Core.Database database, Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions options);
static member ScriptApplyAutomaticAggregations : Microsoft.AnalysisServices.Core.Database * Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions -> string
Public Shared Function ScriptApplyAutomaticAggregations (database As Database, options As AutomaticAggregationOptions) As String
Paramètres
- database
- Database
Base de données à scripter.
- options
- AutomaticAggregationOptions
Options des agrégations automatiques
Retours
String contenant la commande ApplyAutomaticAggregations.
S’applique à
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
Attention
Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.
Scripts d’une base de données tabulaire donnée dans une commande ApplyAutomaticAggregations tout en appliquant les options d’agrégation spécifiées.
[System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.")]
public static string ScriptApplyAutomaticAggregations (string databaseName, Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions options);
[<System.Obsolete("Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.")>]
static member ScriptApplyAutomaticAggregations : string * Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions -> string
Public Shared Function ScriptApplyAutomaticAggregations (databaseName As String, options As AutomaticAggregationOptions) As String
Paramètres
- databaseName
- String
Nom d’une base de données tabulaire.
- options
- AutomaticAggregationOptions
Options des agrégations automatiques
Retours
String contenant la commande ApplyAutomaticAggregations.
- Attributs