Поделиться через


Класс DependencyResult

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

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public NotInheritable Class DependencyResult
'Применение
Dim instance As DependencyResult
public sealed class DependencyResult
public ref class DependencyResult sealed
[<SealedAttribute>]
type DependencyResult =  class end
public final class DependencyResult

Тип DependencyResult обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

Добавления: 17 июля 2006 г.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник