Поделиться через


JsonScripter.ScriptApplyAutomaticAggregations Метод

Определение

Перегрузки

ScriptApplyAutomaticAggregations(Database)

Создает скрипты для заданной табличной базы данных в команде ApplyAutomaticAggregations.

ScriptApplyAutomaticAggregations(String)
Устаревшие..

Создает скрипты для заданной табличной базы данных в команде ApplyAutomaticAggregations.

ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)

Создает скрипты для заданной табличной базы данных в команде ApplyAutomaticAggregations при применении указанных параметров агрегирования.

ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
Устаревшие..

Создает скрипты для заданной табличной базы данных в команде ApplyAutomaticAggregations при применении указанных параметров агрегирования.

ScriptApplyAutomaticAggregations(Database)

Создает скрипты для заданной табличной базы данных в команде 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

Параметры

database
Database

База данных для скрипта.

Возвращаемое значение

Объект , String содержащий команду ApplyAutomaticAggregations.

Применяется к

ScriptApplyAutomaticAggregations(String)

Внимание!

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

Создает скрипты для заданной табличной базы данных в команде 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

Параметры

databaseName
String

Имя табличной базы данных.

Возвращаемое значение

Объект , String содержащий команду ApplyAutomaticAggregations.

Атрибуты

Применяется к

ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)

Создает скрипты для заданной табличной базы данных в команде ApplyAutomaticAggregations при применении указанных параметров агрегирования.

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

Параметры

database
Database

База данных для скрипта.

options
AutomaticAggregationOptions

Параметры автоматического агрегирования

Возвращаемое значение

Объект , String содержащий команду ApplyAutomaticAggregations.

Применяется к

ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)

Внимание!

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

Создает скрипты для заданной табличной базы данных в команде ApplyAutomaticAggregations при применении указанных параметров агрегирования.

[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

Параметры

databaseName
String

Имя табличной базы данных.

options
AutomaticAggregationOptions

Параметры автоматического агрегирования

Возвращаемое значение

Объект , String содержащий команду ApplyAutomaticAggregations.

Атрибуты

Применяется к