Condividi tramite


Classe DependencyResult

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.DependencyResult

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

Sintassi

'Dichiarazione
Public NotInheritable Class DependencyResult
'Utilizzo
Dim instance As DependencyResult
public sealed class DependencyResult
public ref class DependencyResult sealed
[<SealedAttribute>]
type DependencyResult =  class end
public final class DependencyResult

Nel tipo DependencyResult sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Dependent Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.
Proprietà pubblica Description Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator.
Proprietà pubblica Type Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator.

In alto

Metodi

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

In alto

Osservazioni

Novità:   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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices