ImpactDetail.Impact Property

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
public ImpactAnalysisType Impact { get; set; }
public:
property ImpactAnalysisType Impact {
    ImpactAnalysisType get ();
    void set (ImpactAnalysisType value);
}
/** @property */
public ImpactAnalysisType get_Impact ()

/** @property */
public void set_Impact (ImpactAnalysisType value)
public function get Impact () : ImpactAnalysisType

public function set Impact (value : ImpactAnalysisType)

Eigenschaftswert

An ImpactAnalysisType value that the planned operation has on current Object.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ImpactDetail Class
ImpactDetail Members
Microsoft.AnalysisServices Namespace