JsonScripter.ScriptApplyAutomaticAggregations Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ScriptApplyAutomaticAggregations(Database) |
Gera scripts de um determinado banco de dados tabular em um comando ApplyAutomaticAggregations. |
ScriptApplyAutomaticAggregations(String) |
Obsoleto.
Gera scripts de um determinado banco de dados tabular em um comando ApplyAutomaticAggregations. |
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) |
Gera scripts de um determinado banco de dados tabular em um comando ApplyAutomaticAggregations ao aplicar as opções de agregação especificadas. |
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions) |
Obsoleto.
Gera scripts de um determinado banco de dados tabular em um comando ApplyAutomaticAggregations ao aplicar as opções de agregação especificadas. |
ScriptApplyAutomaticAggregations(Database)
Gera scripts de um determinado banco de dados tabular em um 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
O banco de dados a ser script.
Retornos
Um String que contém o comando ApplyAutomaticAggregations.
Aplica-se a
ScriptApplyAutomaticAggregations(String)
Cuidado
Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.
Gera scripts de um determinado banco de dados tabular em um 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
Nome de um banco de dados tabular.
Retornos
Um String que contém o comando ApplyAutomaticAggregations.
- Atributos
Aplica-se a
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)
Gera scripts de um determinado banco de dados tabular em um comando ApplyAutomaticAggregations ao aplicar as opções de agregação 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
O banco de dados a ser script.
- options
- AutomaticAggregationOptions
Opções de agregações automáticas
Retornos
Um String que contém o comando ApplyAutomaticAggregations.
Aplica-se a
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
Cuidado
Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.
Gera scripts de um determinado banco de dados tabular em um comando ApplyAutomaticAggregations ao aplicar as opções de agregação 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
Nome de um banco de dados tabular.
- options
- AutomaticAggregationOptions
Opções de agregações automáticas
Retornos
Um String que contém o comando ApplyAutomaticAggregations.
- Atributos