Propriété ScriptInfo.ScriptDependents
Gets whether the script is a dependent script.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ScriptDependents As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the script is a dependent script; otherwise, false.