SaveOptions Class

 

Updated: May 24, 2016

Settings that control the behavior of the SaveChanges operation.

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

System::Object
  Microsoft.AnalysisServices.Tabular::SaveOptions

public ref class SaveOptions 

NameDescription
System_CAPS_pubmethodSaveOptions()

Initializes a new instance of the SaveOptions.

NameDescription
System_CAPS_pubpropertyMaxParallelism

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.

System_CAPS_pubpropertySaveFlags

Gets or sets the SaveOptions to apply to the SaveChanges operation.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

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