Condividi tramite


JsonScripter.ScriptApplyAutomaticAggregations Metodo

Definizione

Overload

ScriptApplyAutomaticAggregations(Database)

Esegue lo script di un database tabulare specificato in un comando ApplyAutomaticAggregations.

ScriptApplyAutomaticAggregations(String)
Obsoleti.

Esegue lo script di un determinato database tabulare in un comando ApplyAutomaticAggregations.

ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)

Scripta un database tabulare specificato in un comando ApplyAutomaticAggregations durante l'applicazione delle opzioni di aggregazione specificate.

ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
Obsoleti.

Scripta un database tabulare specificato in un comando ApplyAutomaticAggregations durante l'applicazione delle opzioni di aggregazione specificate.

ScriptApplyAutomaticAggregations(Database)

Esegue lo script di un database tabulare specificato in un comando 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

Parametri

database
Database

Database da creare uno script.

Restituisce

Oggetto String contenente il comando ApplyAutomaticAggregations.

Si applica a

ScriptApplyAutomaticAggregations(String)

Attenzione

Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.

Esegue lo script di un determinato database tabulare in un comando 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

Parametri

databaseName
String

Nome di un database tabulare.

Restituisce

Oggetto String contenente il comando ApplyAutomaticAggregations.

Attributi

Si applica a

ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)

Scripta un database tabulare specificato in un comando ApplyAutomaticAggregations durante l'applicazione delle opzioni di aggregazione specificate.

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

Parametri

database
Database

Database da creare uno script.

options
AutomaticAggregationOptions

Opzioni di aggregazioni automatiche

Restituisce

Oggetto String contenente il comando ApplyAutomaticAggregations.

Si applica a

ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)

Attenzione

Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.

Scripta un database tabulare specificato in un comando ApplyAutomaticAggregations durante l'applicazione delle opzioni di aggregazione specificate.

[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

Parametri

databaseName
String

Nome di un database tabulare.

options
AutomaticAggregationOptions

Opzioni di aggregazioni automatiche

Restituisce

Oggetto String contenente il comando ApplyAutomaticAggregations.

Attributi

Si applica a