ImageLoadInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads a Tabular data model from a data stream. This class applies to SharePoint mode only.
[System.Runtime.InteropServices.Guid("9ECB4262-D3DF-4d08-8C17-E29DD49A42F6")]
public sealed class ImageLoadInfo
[<System.Runtime.InteropServices.Guid("9ECB4262-D3DF-4d08-8C17-E29DD49A42F6")>]
type ImageLoadInfo = class
Public NotInheritable Class ImageLoadInfo
- Inheritance
-
ImageLoadInfo
- Attributes
Constructors
ImageLoadInfo() |
Initializes an ImageLoadInfo object using the default values. |
ImageLoadInfo(String, String, Stream, ReadWriteMode) |
Initializes an ImageLoadInfo object using the database ID, database name, data stream, and read/write mode of the database. |
Properties
DatabaseId |
Gets or sets the database identifier. |
DatabaseName |
Gets or sets the Database name. |
DatabaseReadWriteMode |
Gets or sets the database read/write mode of an Analysis Services database. |
SourceDbStream |
Gets or sets the source database stream. |