Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.