ImageLoadInfo Class

 

Updated: May 24, 2016

Loads a Tabular data model from a data stream. This class applies to SharePoint mode only.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

System::Object
  Microsoft.AnalysisServices::ImageLoadInfo

[GuidAttribute("9ECB4262-D3DF-4d08-8C17-E29DD49A42F6")]
public ref class ImageLoadInfo sealed 

NameDescription
System_CAPS_pubmethodImageLoadInfo()

Initializes an ImageLoadInfo object.

System_CAPS_pubmethodImageLoadInfo(String^, String^, Stream^, ReadWriteMode)

Initializes an ImageLoadInfo object using the database ID, database name, data stream, and read/write mode of the database.

NameDescription
System_CAPS_pubpropertyDatabaseId

Gets or sets the database identifier.

System_CAPS_pubpropertyDatabaseName

Gets or sets the Database name for this object.

System_CAPS_pubpropertyDatabaseReadWriteMode

Gets or sets the database read/write mode of an Analysis Services database as specified in a ImageLoadInfo object.

System_CAPS_pubpropertySourceDbStream

Gets or sets the source database stream.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: