ImpactDetail.Object Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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