DependenciesCalculator.GetDeleteDependents Method
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.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
구문
‘선언
Public Function GetDeleteDependents ( _
database As Database, _
items As Object(), _
recursive As Boolean _
) As Hashtable
public Hashtable GetDeleteDependents (
Database database,
Object[] items,
bool recursive
)
public:
Hashtable^ GetDeleteDependents (
Database^ database,
array<Object^>^ items,
bool recursive
)
public Hashtable GetDeleteDependents (
Database database,
Object[] items,
boolean recursive
)
public function GetDeleteDependents (
database : Database,
items : Object[],
recursive : boolean
) : Hashtable
매개 변수
- database
Specifies the database where the objects exist.
- items
Specifies the intended array of objects to be deleted.
- recursive
A Boolean value that states whether dependencies are to be calculated recursively over the dependent objects returned.
반환 값
A collection of key and value pairs of objects that would be removed, invalidated, or modified by the intended delete operation. The key contains the dependent object and the value contains an array of DependencyResult objects.
주의
All dependent objects are returned in the System.Collections.Hashtable collection, whether recursive is true or false. When recursive is true the collection might be longer.
The collection is organized according to the hash code of the key.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
DependenciesCalculator Class
DependenciesCalculator Members
Microsoft.AnalysisServices Namespace