Compartilhar via


Classe DependencyResult

Defines the dependent object affected by the planned operation in the object calling DependenciesCalculator. This class cannot be inherited.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.DependencyResult

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public NotInheritable Class DependencyResult
'Uso
Dim instance As DependencyResult
public sealed class DependencyResult
public ref class DependencyResult sealed
[<SealedAttribute>]
type DependencyResult =  class end
public final class DependencyResult

O tipo DependencyResult expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Dependent Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.
Propriedade pública Description Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator.
Propriedade pública Type Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.AnalysisServices