Compartilhar via


Propriedade do RDL ImpactDetail.Object

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property Object As MajorObject 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ImpactDetail Classe

Namespace Microsoft.AnalysisServices