Propriedade do RDL DependencyResult.Dependent

Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property Dependent As Object 
    Get
'Uso
Dim instance As DependencyResult 
Dim value As Object 

value = instance.Dependent
public Object Dependent { get; }
public:
property Object^ Dependent {
    Object^ get ();
}
member Dependent : Object
function get Dependent () : Object

Valor da propriedade

Tipo: System.Object

Consulte também

Referência

DependencyResult Classe

Namespace Microsoft.AnalysisServices