Share via


DependencyResult.Type Property

Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator.

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

Syntax

'Declaration
Public ReadOnly Property Type As DependencyType 
    Get
'Usage
Dim instance As DependencyResult 
Dim value As DependencyType 

value = instance.Type
public DependencyType Type { get; }
public:
property DependencyType Type {
    DependencyType get ();
}
member Type : DependencyType
function get Type () : DependencyType

Property Value

Type: Microsoft.AnalysisServices.DependencyType
The DependencyType value for dependent object.

See Also

Reference

DependencyResult Class

Microsoft.AnalysisServices Namespace