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 네임스페이스