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.

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

System::Object
  Microsoft.AnalysisServices::ImageSaveInfo

[GuidAttribute("C30C4ED9-32DA-4a46-9366-C05D8A1D8796")]
public ref class ImageSaveInfo sealed 

NameDescription
System_CAPS_pubmethodImageSaveInfo()

Initializes an ImageSaveInfo object.

System_CAPS_pubmethodImageSaveInfo(String^, Stream^)

Initializes an ImageSaveInfo object using a datastream and the database ID.

NameDescription
System_CAPS_pubpropertyDatabaseId

Gets or sets the database ID.

System_CAPS_pubpropertyTargetDbStream

Gets or sets the target data stream to save the image information.

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: