Partager via


Partition.Refresh Méthode

Définition

Surcharges

Refresh(RefreshType)
Obsolète.

Action déconseillée. Utilisez plutôt la méthode RequestRefresh.

Refresh(RefreshType, ICollection<OverrideCollection>)
Obsolète.

Action déconseillée. Utilisez plutôt la méthode RequestRefresh.

Refresh(RefreshType)

Attention

Deprecated. Use RequestRefresh method instead.

Action déconseillée. Utilisez plutôt la méthode RequestRefresh.

[System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)]
public void Refresh (Microsoft.AnalysisServices.Tabular.RefreshType type);
[<System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)>]
member this.Refresh : Microsoft.AnalysisServices.Tabular.RefreshType -> unit
Public Sub Refresh (type As RefreshType)

Paramètres

type
RefreshType

Type d’actualisation

Attributs

S’applique à

Refresh(RefreshType, ICollection<OverrideCollection>)

Attention

Deprecated. Use RequestRefresh method instead.

Action déconseillée. Utilisez plutôt la méthode RequestRefresh.

[System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)]
public void Refresh (Microsoft.AnalysisServices.Tabular.RefreshType type, System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> overrides);
[<System.Obsolete("Deprecated. Use RequestRefresh method instead.", false)>]
member this.Refresh : Microsoft.AnalysisServices.Tabular.RefreshType * System.Collections.Generic.ICollection<Microsoft.AnalysisServices.Tabular.DataRefresh.OverrideCollection> -> unit
Public Sub Refresh (type As RefreshType, overrides As ICollection(Of OverrideCollection))

Paramètres

type
RefreshType

Type d’actualisation

overrides
ICollection<OverrideCollection>

Remplacements : collection de propriétés remplacées d’un objet de métadonnées réel

Attributs

S’applique à