ImpactDetail.Object Property

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

'Declaration
Public ReadOnly Property Object As MajorObject
    Get
'Usage
Dim instance As ImpactDetail
Dim value As MajorObject

value = instance.Object
public MajorObject Object { get; }
public:
property MajorObject^ Object {
    MajorObject^ get ();
}
member Object : MajorObject
function get Object () : MajorObject

Property Value

Type: Microsoft.AnalysisServices.MajorObject
The object that would be affected by the planned operations in impact analysis.