DependencyResult.Type Property

 

Applies To: SQL Server 2016 Preview

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

public DependencyType Type { get; }
public:
property DependencyType Type {
    DependencyType get();
}
member Type : DependencyType with get
Public ReadOnly Property Type As DependencyType

Property Value

Type: Microsoft.AnalysisServices.DependencyType

The DependencyType value for dependent object.

See Also

DependencyResult Class
Microsoft.AnalysisServices Namespace

Return to top