共用方式為


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。)
公用方法 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。)
公用方法靜態成員 OrderObjects Orders specified objects based on their relative dependency.
公用方法 ToString (繼承自 Object。)

上層

備註

新增:   2006 年 7 月 17 日

In SQL Server 2005 Analysis Services (SSAS) the dependencies calculator is only implemented for delete operations.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間