Partager via


Propriété ImpactDetail.Impact

Gets or sets the type of impact the planned operation has on current Object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Impact As ImpactAnalysisType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.AnalysisServices.ImpactAnalysisType
An ImpactAnalysisType value that the planned operation has on current Object.

Voir aussi

Référence

ImpactDetail Classe

Espace de noms Microsoft.AnalysisServices