Partition.Refresh Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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