Поделиться через


Свойство ScriptInfo.ScriptDependents

Gets whether the script is a dependent script.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Property ScriptDependents As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
true if the script is a dependent script; otherwise, false.

См. также

Справочник

ScriptInfo Класс

Пространство имен Microsoft.AnalysisServices