Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Dependent As Object
Get
'Usage
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
Property Value
Type: System.Object