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.