ImageLoadInfo Class
Updated: May 24, 2016
Loads a Tabular data model from a data stream. This class applies to SharePoint mode only.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | ImageLoadInfo() | Initializes an ImageLoadInfo object. |
![]() | ImageLoadInfo(String^, String^, Stream^, ReadWriteMode) | Initializes an ImageLoadInfo object using the database ID, database name, data stream, and read/write mode of the database. |
| Name | Description | |
|---|---|---|
![]() | DatabaseId | Gets or sets the database identifier. |
![]() | DatabaseName | Gets or sets the Database name for this object. |
![]() | DatabaseReadWriteMode | Gets or sets the database read/write mode of an Analysis Services database as specified in a ImageLoadInfo object. |
![]() | SourceDbStream | Gets or sets the source database stream. |
| 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.

