Condividi tramite


Classe ImpactDetail

Contains one detail result for an impact analysis operation.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices..::..ImpactDetail

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")> _
Public NotInheritable Class ImpactDetail
'Utilizzo
Dim instance As ImpactDetail
[GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")]
public sealed class ImpactDetail
[GuidAttribute(L"370355BF-7C27-49f8-9D89-4D2F9466D856")]
public ref class ImpactDetail sealed
[<SealedAttribute>]
[<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")>]
type ImpactDetail =  class end
public final class ImpactDetail

Nel tipo ImpactDetail sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ImpactDetail Initializes a new instance of ImpactDetail.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets or sets the error or warning message description from the impact analysis operation.
Proprietà pubblica FaultCode Gets or sets the error code from executing the intended operation.
Proprietà pubblica Impact Gets or sets the type of impact the planned operation has on current Object.
Proprietà pubblica Object Gets the object that would be affected by the planned operations in impact analysis.
Proprietà pubblica Severity Gets or sets a string with the values Error or Warning depending on the severity of the impact analysis.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

Nuovo: 17 luglio 2006

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.