ScriptTask::ScriptLoaded Property
Gets a value indicating whether the task contains custom script.
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Property Value
Type: System::Booleantrue if the component contains a script; otherwise, false. The default value is false.
ScriptLoaded is initially set to false. The value is set to true when you click Design Script in the user interface for the task.
Show: