| Visual Basic (Declaration) | |
|---|---|
Public Sub SaveLocalCube( _ ByVal cubeFileInfo As System.IO.FileInfo, _ ByVal options As SaveLocalCubeOptions _ ) | |
| C# | |
|---|---|
public void SaveLocalCube( System.IO.FileInfo cubeFileInfo, SaveLocalCubeOptions options ) | |
Parameters
- cubeFileInfo
- A file info where the data is to be stored.
- options
- The serialization options.
You can save the currently loaded data to a file to load and analyze later without connecting to the database. To load the saved data you should use the LocalCubeDataSource class.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2