JsonScripter.ScriptApplyAutomaticAggregations Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
ScriptApplyAutomaticAggregations(Database) |
Membuat skrip database tabular tertentu ke dalam perintah ApplyAutomaticAggregations. |
ScriptApplyAutomaticAggregations(String) |
Kedaluwarsa.
Membuat skrip database Tabular tertentu ke dalam perintah ApplyAutomaticAggregations. |
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) |
Membuat skrip database tabular tertentu ke dalam perintah ApplyAutomaticAggregations sambil menerapkan opsi agregasi yang ditentukan. |
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions) |
Kedaluwarsa.
Membuat skrip database tabular tertentu ke dalam perintah ApplyAutomaticAggregations sambil menerapkan opsi agregasi yang ditentukan. |
ScriptApplyAutomaticAggregations(Database)
Membuat skrip database tabular tertentu ke dalam perintah 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
Parameter
- database
- Database
Database ke skrip.
Mengembalikan
yang String berisi perintah ApplyAutomaticAggregations.
Berlaku untuk
ScriptApplyAutomaticAggregations(String)
Perhatian
Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.
Membuat skrip database Tabular tertentu ke dalam perintah 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
Parameter
- databaseName
- String
Nama database tabular.
Mengembalikan
yang String berisi perintah ApplyAutomaticAggregations.
- Atribut
Berlaku untuk
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)
Membuat skrip database tabular tertentu ke dalam perintah ApplyAutomaticAggregations sambil menerapkan opsi agregasi yang ditentukan.
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
Parameter
- database
- Database
Database ke skrip.
- options
- AutomaticAggregationOptions
Opsi agregasi otomatis
Mengembalikan
yang String berisi perintah ApplyAutomaticAggregations.
Berlaku untuk
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
Perhatian
Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.
Membuat skrip database tabular tertentu ke dalam perintah ApplyAutomaticAggregations sambil menerapkan opsi agregasi yang ditentukan.
[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
Parameter
- databaseName
- String
Nama database tabular.
- options
- AutomaticAggregationOptions
Opsi agregasi otomatis
Mengembalikan
yang String berisi perintah ApplyAutomaticAggregations.
- Atribut