DependencyResult.Description Property

 

Applies To: SQL Server 2016 Preview

Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator.

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

Syntax

public string Description { get; }
public:
property String^ Description {
    String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String

Property Value

Type: System.String

A string with the object path for the dependent object and the intended operation described.

See Also

DependencyResult Class
Microsoft.AnalysisServices Namespace

Return to top