ScriptInfo.ScriptDependents Property

 

Applies To: SQL Server 2016 Preview

Gets whether the script is a dependent script.

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

Syntax

public bool ScriptDependents { get; }
public:
property bool ScriptDependents {
    bool get();
}
member ScriptDependents : bool with get
Public ReadOnly Property ScriptDependents As Boolean

Property Value

Type: System.Boolean

true if the script is a dependent script; otherwise, false.

See Also

ScriptInfo Class
Microsoft.AnalysisServices Namespace

Return to top