OverrideCollection.Scope Property
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.
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.