JsonScripter.ScriptApplyAutomaticAggregations メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 コマンドを含む 。
- 属性