หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.