ImageSaveInfo 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.
Saves a Tabular data model back to the location from which it was loaded. This class applies to SharePoint mode only.
[System.Runtime.InteropServices.Guid("C30C4ED9-32DA-4a46-9366-C05D8A1D8796")]
public sealed class ImageSaveInfo
[<System.Runtime.InteropServices.Guid("C30C4ED9-32DA-4a46-9366-C05D8A1D8796")>]
type ImageSaveInfo = class
Public NotInheritable Class ImageSaveInfo
- Inheritance
-
ImageSaveInfo
- Attributes
Constructors
ImageSaveInfo() |
Initializes an ImageSaveInfo object using the default values. |
ImageSaveInfo(String, Stream) |
Initializes an ImageSaveInfo object using a datastream and the database ID. |
Properties
DatabaseId |
Gets or sets the database identifier. |
TargetDbStream |
Gets or sets the target data stream to save the image information. |