Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of impact the planned operation has on current Object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Impact As ImpactAnalysisType
Get
Set
'Usage
Dim instance As ImpactDetail
Dim value As ImpactAnalysisType
value = instance.Impact
instance.Impact = value
public ImpactAnalysisType Impact { get; set; }
public:
property ImpactAnalysisType Impact {
ImpactAnalysisType get ();
void set (ImpactAnalysisType value);
}
member Impact : ImpactAnalysisType with get, set
function get Impact () : ImpactAnalysisType
function set Impact (value : ImpactAnalysisType)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ImpactAnalysisType
An ImpactAnalysisType value that the planned operation has on current Object.