Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Updates the materialization service.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Sub UpdateMaterialization ( _
component As IComponent, _
updatePermanently As Boolean _
)
'Usage
Dim instance As IHostMaterializationService
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
)
Parameter
- component
Typ: System.ComponentModel.IComponent
The component.
- updatePermanently
Typ: System.Boolean
true to update permanently; otherwise, false.