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 | |
---|---|---|
Dependent | Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator. | |
Description | Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator. | |
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 | |
---|---|---|
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.