ImpactDetail.Object Property

 

Applies To: SQL Server (starting with 2016)

Gets the object that would be affected by the planned operations in impact analysis.

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

Syntax

public MajorObject Object { get; }
public:
property MajorObject^ Object {
    MajorObject^ get();
}
member Object : MajorObject with get
Public ReadOnly Property Object As MajorObject

Property Value

Type: Microsoft.AnalysisServices.MajorObject

The object that would be affected by the planned operations in impact analysis.

See Also

ImpactDetail Class
Microsoft.AnalysisServices Namespace

Return to top