Propriété ImpactDetail.Object
Gets the object that would be affected by the planned operations in impact analysis.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Object As MajorObject
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.MajorObject
The object that would be affected by the planned operations in impact analysis.