ScriptInfo.ScriptDependents Property
Gets whether the script is a dependent script.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ScriptDependents As Boolean
Get
'Usage
Dim instance As ScriptInfo
Dim value As Boolean
value = instance.ScriptDependents
public bool ScriptDependents { get; }
public:
property bool ScriptDependents {
bool get ();
}
member ScriptDependents : bool
function get ScriptDependents () : boolean
Property Value
Type: System.Boolean
true if the script is a dependent script; otherwise, false.