Partager via


ScriptTask.ScriptLoaded Property

Gets a value indicating whether the task contains custom script.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptLoaded As Boolean
[BrowsableAttribute(false)] 
public bool ScriptLoaded { get; }
[BrowsableAttribute(false)] 
public:
property bool ScriptLoaded {
    bool get ();
}
/** @property */
public boolean get_ScriptLoaded ()
public function get ScriptLoaded () : boolean

Valeur de propriété

true if the component contains a script; otherwise, false. The default value is false.

Notes

ScriptLoaded is initially set to false. The value is set to true when you click Design Script in the user interface for the task.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ScriptTask Class
ScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace