Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.