SaveOptions Class
Updated: May 24, 2016
Settings that control the behavior of the SaveChanges operation.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() | SaveOptions() | Initializes a new instance of the SaveOptions. |
| Name | Description | |
|---|---|---|
![]() | MaxParallelism | Gets or sets the maximum parallelism to apply to the operation. Typically, this will influence Refresh operations. This value doesn't guarantee parallelism, as the server may enforce other limits. |
![]() | SaveFlags | Gets or sets the SaveOptions to apply to the SaveChanges operation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (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.


