IMajorObject.GetDependents Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds a mining structures and subsequent dependents to the specified Hashtable.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Function GetDependents ( _
dependents As Hashtable _
) As Hashtable
'Uso
Dim instance As IMajorObject
Dim dependents As Hashtable
Dim returnValue As Hashtable
returnValue = instance.GetDependents(dependents)
Hashtable GetDependents(
Hashtable dependents
)
Hashtable^ GetDependents(
Hashtable^ dependents
)
abstract GetDependents :
dependents:Hashtable -> Hashtable
function GetDependents(
dependents : Hashtable
) : Hashtable
Parámetros
- dependents
Tipo: System.Collections.Hashtable
The Hashtable to append dependent objects to.
Valor devuelto
Tipo: System.Collections.Hashtable
The dependents Hashtable with mining structures of the database and the mining structure dependents appended.