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


Класс DependenciesCalculator

Evaluates object dependencies on certain operations and produces a list of objects that would be removed, invalidated, or modified by the selected operation. This class cannot be inherited.

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

System. . :: . .Object
  Microsoft.AnalysisServices..::..DependenciesCalculator

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

Синтаксис

'Декларация
<GuidAttribute("786606A9-D908-42e9-95A5-8F4DDB6E8BA1")> _
Public NotInheritable Class DependenciesCalculator
'Применение
Dim instance As DependenciesCalculator
[GuidAttribute("786606A9-D908-42e9-95A5-8F4DDB6E8BA1")]
public sealed class DependenciesCalculator
[GuidAttribute(L"786606A9-D908-42e9-95A5-8F4DDB6E8BA1")]
public ref class DependenciesCalculator sealed
[<SealedAttribute>]
[<GuidAttribute("786606A9-D908-42e9-95A5-8F4DDB6E8BA1")>]
type DependenciesCalculator =  class end
public final class DependenciesCalculator

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

Конструкторы

  Имя Описание
Открытый метод DependenciesCalculator Initializes a new instance of DependenciesCalculator.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetDeleteDependents Evaluates dependencies for the delete operation over the specified array of objects in the specified database; and, if it is specified, evaluates dependencies recursively on the returned collection.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый методСтатический элемент OrderObjects Orders specified objects based on their relative dependency.
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

In Службы SQL Server 2005 Analysis Services (SSAS) the dependencies calculator is only implemented for delete operations.

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

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

См. также

Справочник