Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- component
Type: System.ComponentModel.IComponent
The component.
- updatePermanently
Type: System.Boolean
true to update permanently; otherwise, false.