ScriptTask.ScriptLoaded 속성
Gets a value indicating whether the task contains custom script.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ScriptTask
어셈블리: Microsoft.SqlServer.ScriptTask(Microsoft.SqlServer.ScriptTask.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ScriptLoaded As Boolean
Get
‘사용 방법
Dim instance As ScriptTask
Dim value As Boolean
value = instance.ScriptLoaded
[BrowsableAttribute(false)]
public bool ScriptLoaded { get; }
[BrowsableAttribute(false)]
public:
property bool ScriptLoaded {
bool get ();
}
[<BrowsableAttribute(false)>]
member ScriptLoaded : bool
function get ScriptLoaded () : boolean
속성 값
유형: System.Boolean
true 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.