ImageSaveInfo Class
Updated: May 24, 2016
Saves a Tabular data model back to the location from which it was loaded. This class applies to SharePoint mode only.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | ImageSaveInfo() | Initializes an ImageSaveInfo object. |
![]() | ImageSaveInfo(String^, Stream^) | Initializes an ImageSaveInfo object using a datastream and the database ID. |
| Name | Description | |
|---|---|---|
![]() | DatabaseId | Gets or sets the database ID. |
![]() | TargetDbStream | Gets or sets the target data stream to save the image information. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

