Compartir a través de


JsonScripter.ScriptApplyAutomaticAggregations Método

Definición

Sobrecargas

ScriptApplyAutomaticAggregations(Database)

Scripts de una base de datos tabular determinada en un comando ApplyAutomaticAggregations.

ScriptApplyAutomaticAggregations(String)
Obsoletos.

Scripts de una base de datos tabular determinada en un comando ApplyAutomaticAggregations.

ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)

Scripts de una base de datos tabular determinada en un comando ApplyAutomaticAggregations al aplicar las opciones de aggragations especificadas.

ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
Obsoletos.

Scripts de una base de datos tabular determinada en un comando ApplyAutomaticAggregations al aplicar las opciones de aggragations especificadas.

ScriptApplyAutomaticAggregations(Database)

Scripts de una base de datos tabular determinada en 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

Parámetros

database
Database

Base de datos que se va a crear un script.

Devoluciones

que String contiene el comando ApplyAutomaticAggregations.

Se aplica a

ScriptApplyAutomaticAggregations(String)

Precaución

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

Scripts de una base de datos tabular determinada en 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

Parámetros

databaseName
String

Nombre de una base de datos tabular.

Devoluciones

que String contiene el comando ApplyAutomaticAggregations.

Atributos

Se aplica a

ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)

Scripts de una base de datos tabular determinada en un comando ApplyAutomaticAggregations al aplicar las opciones de aggragations especificadas.

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

Parámetros

database
Database

Base de datos que se va a crear un script.

options
AutomaticAggregationOptions

Opciones de agregaciones automáticas

Devoluciones

que String contiene el comando ApplyAutomaticAggregations.

Se aplica a

ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)

Precaución

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

Scripts de una base de datos tabular determinada en un comando ApplyAutomaticAggregations al aplicar las opciones de aggragations especificadas.

[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

Parámetros

databaseName
String

Nombre de una base de datos tabular.

options
AutomaticAggregationOptions

Opciones de agregaciones automáticas

Devoluciones

que String contiene el comando ApplyAutomaticAggregations.

Atributos

Se aplica a