Propriété DependencyResult.Dependent

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Dependent As Object 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Object

Voir aussi

Référence

DependencyResult Classe

Espace de noms Microsoft.AnalysisServices