Dependent 屬性
Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public ReadOnly Property Dependent As Object
Get
'用途
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