Share via


Méthode IMaterializationService.UpdateMaterialization (IComponent, Boolean)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Updates the [T:Microsoft.DataWarehouse.ComponentModel.IMaterializationService.]

Espace de noms :  Microsoft.DataWarehouse.ComponentModel
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Sub UpdateMaterialization ( _
    component As IComponent, _
    updatePermanently As Boolean _
)
'Utilisation
Dim instance As IMaterializationService 
Dim component As IComponent 
Dim updatePermanently As Boolean

instance.UpdateMaterialization(component, _
    updatePermanently)
void UpdateMaterialization(
    IComponent component,
    bool updatePermanently
)
void UpdateMaterialization(
    IComponent^ component, 
    bool updatePermanently
)
abstract UpdateMaterialization : 
        component:IComponent * 
        updatePermanently:bool -> unit
function UpdateMaterialization(
    component : IComponent, 
    updatePermanently : boolean
)

Paramètres

  • updatePermanently
    Type : System.Boolean
    true to update permanently; otherwise, false.

Voir aussi

Référence

IMaterializationService Interface

Surcharge UpdateMaterialization

Espace de noms Microsoft.DataWarehouse.ComponentModel