Share via


OverrideCollection.Scope Property

Definition

Scope object to which the overrides are restricted.

public Microsoft.AnalysisServices.Tabular.MetadataObject Scope { get; set; }
member this.Scope : Microsoft.AnalysisServices.Tabular.MetadataObject with get, set
Public Property Scope As MetadataObject

Property Value

Remarks

Scope can be any refreshable object, including a Model, Table, or Partition. If Scope is not specified, the scope of the overrides becomes the object on which the Refresh method is called.

Applies to