共用方式為


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.

命名空間:  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

備註

新增: 2006 年 7 月 17 日

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

繼承階層

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

執行緒安全性

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