JsonScripter.ScriptApplyAutomaticAggregations Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ScriptApplyAutomaticAggregations(Database) |
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl. |
ScriptApplyAutomaticAggregations(String) |
Veraltet.
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl aus. |
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) |
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl aus, während die angegebenen Aggragationsoptionen angewendet werden. |
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions) |
Veraltet.
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl aus, während die angegebenen Aggragationsoptionen angewendet werden. |
ScriptApplyAutomaticAggregations(Database)
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl.
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
Die datenbank, die skripts erstellt werden soll.
Gibt zurück
Eine String , die den Befehl ApplyAutomaticAggregations enthält.
Gilt für:
ScriptApplyAutomaticAggregations(String)
Achtung
Deprecated. Use the ScriptApplyAutomaticAggregations(Database) overload that accepts the database as parameter instead.
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl aus.
[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
Name einer tabellarischen Datenbank.
Gibt zurück
Eine String , die den Befehl ApplyAutomaticAggregations enthält.
- Attribute
Gilt für:
ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions)
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl aus, während die angegebenen Aggragationsoptionen angewendet werden.
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
Die datenbank, die skripts erstellt werden soll.
- options
- AutomaticAggregationOptions
Optionen für automatische Aggregationen
Gibt zurück
Eine String , die den Befehl ApplyAutomaticAggregations enthält.
Gilt für:
ScriptApplyAutomaticAggregations(String, AutomaticAggregationOptions)
Achtung
Deprecated. Use the ScriptApplyAutomaticAggregations(Database, AutomaticAggregationOptions) overload that accepts the database as parameter instead.
Skripts für eine bestimmte tabellarische Datenbank in einen ApplyAutomaticAggregations-Befehl aus, während die angegebenen Aggragationsoptionen angewendet werden.
[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
Name einer tabellarischen Datenbank.
- options
- AutomaticAggregationOptions
Optionen für automatische Aggregationen
Gibt zurück
Eine String , die den Befehl ApplyAutomaticAggregations enthält.
- Attribute