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 | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.