Freigeben über


DependencyResult-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.AnalysisServices..::..DependencyResult

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

Syntax

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

Der DependencyResult-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Dependent Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.
Öffentliche Eigenschaft Description Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator.
Öffentliche Eigenschaft Type Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Neu: 17. Juli 2006

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.