Classe ImpactDetail
Contains one detail result for an impact analysis operation.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.ImpactDetail
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("370355BF-7C27-49f8-9D89-4D2F9466D856")> _
Public NotInheritable Class ImpactDetail
'Uso
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
O tipo ImpactDetail expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ImpactDetail | Initializes a new instance of ImpactDetail. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Description | Gets or sets the error or warning message description from the impact analysis operation. | |
FaultCode | Gets or sets the error code from executing the intended operation. | |
Impact | Gets or sets the type of impact the planned operation has on current Object. | |
Object | Gets the object that would be affected by the planned operations in impact analysis. | |
Severity | Gets or sets a string with the values Error or Warning depending on the severity of the impact analysis. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Novo: 17 de julho de 2006
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.