Update (MDStore Interface)
Observação |
---|
Esse recurso será removido na próxima versão do Microsoft SQL Server. Não utilize esse recurso em desenvolvimentos novos e modifique, assim que possível, os aplicativos que atualmente o utilizam. |
The Update method of the MDStore interface updates the definition of an MDStore object in the metadata repository. Changes made to the values of an object's properties are not saved to the repository until the object's Update method is executed.
Applies To:clsCube, clsDatabase, clsPartition
Sintaxe
object.Update
Parâmetros
- object
The MDStore object to be updated.
Comentários
The Update method has no effect on an object whose IsTemporary property is set to True, which means these objects are not stored in the repository.
Consulte também