Examples of using
Script task
in English and their translations into Korean
{-}
Colloquial
Ecclesiastic
Ecclesiastic
Programming
Computer
You can use a Script task to access the System. Data.
다음 예제에서처럼 스크립트 태스크를 사용하여 System. Data. DataSet 개체에 액세스할 수 있습니다.
Extending the Package with the Script Task.
스크립트 태스크를 사용하여 패키지 확장 Extending the Package with the Script Task.
The scripts in the Script task and the Script component can also use variables.
스크립트 태스크와 스크립트 구성 요소의 스크립트에서도 변수가 사용될 수 있습니다. The scripts in the Script task and the Script component can also use variables.
Discusses how to create custom tasks by using the Script task.
스크립트 태스크를 사용하여 사용자 지정 태스크를 만드는 방법에 대해 설명합니다. Discusses how to create custom tasks by using the Script task.
You can use a Script task to access the System. Data. DataSet object, as shown in the following example.
다음 예제에서처럼 스크립트 태스크를 사용하여 System. Data. DataSet 개체에 액세스할 수 있습니다. You can use a Script task to access the System. Data. DataSet object, as shown in the following example.
Child packages can access parent package variables by using the Script task.
자식 패키지는 스크립트 태스크를 사용하여 부모 패키지 변수에 액세스할 수 있습니다. Child packages can access parent package variables by using the Script task.
Precedence constraints that connect the Script task to subsequent tasks can use an expression to determine the workflow.
스크립트 태스크를 후속 태스크에 연결하는 선행 제약 조건은 식을 사용하여 워크플로를 확인할 수 있습니다. Precedence constraints that connect the Script task to subsequent tasks can use an expression to determine the workflow.
Close the script editor and then click OK to close the script task editor.
스크립트 개발 환경과 스크립트 태스크 편집기를 차례로 닫습니다. Close the script development environment, and then close the Script Task Editor.
If a Script task is part of a Foreach Loop or For Loop container, the debugger ignores breakpoints in the Script task after the first iteration of the loop.
스크립트 태스크가 Foreach 루프 또는 For 루프 컨테이너의 일부일 경우 디버거는 루프의 첫 번째 반복 뒤에 있는 스크립트 태스크의 중단점을 무시합니다. If a Script task is part of a Foreach Loop or For Loop container, the debugger ignores breakpoints in the Script task after the first iteration of the loop.
Discusses the similarities and differences between the Script task and the Script component.
스크립트 태스크와 스크립트 구성 요소의 차이점Differences between the Script Task and the Script Component.
To raise an event, the Script task calls one of the following methods of the IDTSComponentMetaData100 interface exposed by the ComponentMetaData property.
이벤트를 발생시키기 위해 스크립트 태스크에서는 IDTSComponentMetaData100 속성에 의해 제공된 ComponentMetaData 인터페이스의 다음 메서드 중 하나를 호출합니다. To raise an event, the Script task calls one of the following methods of the IDTSComponentMetaData100 interface exposed by the ComponentMetaData property.
For example, if you want the package to send an email to a manager after the package executed then you can create a script task for the onPostExecute event.
예를 들어 패키지가 실행된 후 관리자에게 전자 메일을 보내도록 하려면 onPostExecute 이벤트에 대한 스크립트 작업을 만들 수 있습니다.
For example, a script in a Script task can read the variable and then use the values from the result set or an XML source can consume the result set stored in a variable.
예를 들어 스크립트 태스크의 스크립트는 변수를 읽은 다음 결과 집합의 값을 사용할 수 있으며 XML 원본은 변수에 저장된 결과 집합을 사용할 수 있습니다. For example, a script in a Script task can read the variable and then use the values from the result set or an XML source can consume the result set stored in a variable.
However, you can easily add this logic,with a minimal amount of programming, in a Script task.
그러나 스크립트 태스크에서 약간의 프로그래밍 작업을 수행하여 이 논리를 손쉽게 추가할 수 있습니다. However, you can easily add this logic, with a small amount of programming,in a Script task.
Describes how to extend the control flow by using the Script task, or the data flow by using the Script component.
스크립트 태스크를 사용하여 제어 흐름을 확장하는 방법이나 스크립트 구성 요소를 사용하여 데이터 흐름을 확장하는 방법에 대해 설명합니다. Discusses how to extend the control flow by using the Script task, or extend the data flow by using the Script component.
However, you can easily add this logic,with a minimal amount of programming, in a Script task.
그러나 이 논리는 스크립트 태스크를 사용하여 최소한의 프로그래밍 작업으로 손쉽게 추가할 수 있습니다. However, you can easily add this logic, with a minimal amount of programming,in a Script task.
The Script task and the Script component let you extend both the control flow and the data flow of an Integration Services package with very little coding.
스크립트 태스크 및 스크립트 구성 요소를 사용하면 매우 적은 코딩만으로 Integration ServicesIntegration Services 패키지의 제어 흐름 및 데이터 흐름을 둘 다 확장할 수 있습니다. The Script task and the Script component let you extend both the control flow and the data flow of an Integration ServicesIntegration Services package with very little coding.
Discusses the similarities and differences between the Script task and the Script component.
스크립트 태스크와 스크립트 구성 요소의 유사점 및 차이점에 대해 설명합니다. Discusses the similarities and differences between the Script task and the Script component.
When you debug a package that contains multiple Script tasks, the debugger hits breakpoints in only one Script task and will ignore breakpoints in the other Script tasks..
스크립트 태스크가 여러 개 포함된 패키지를 디버깅할 경우 한 개의 스크립트 태스크에서만 디버거가 중단점에 도달하며 다른 스크립트 태스크에서는 중단점이 무시됩니다. When you debug a package that contains multiple Script tasks, the debugger hits breakpoints in only one Script task and will ignore breakpoints in the other Script tasks.
The variable can also be used in the scripts used by the Script task or Script component.
스크립트 태스크 또는 스크립트 구성 요소가 사용하는 스크립트에서 이 변수를 사용할 수도 있습니다. The variable can also be used in the scripts used by the Script task or Script component.
The breakpoints that you set in Script tasks are integrated with the breakpoints that you set on packages and the tasks and containers in the package, enabling seamless debugging of all package elements.
스크립트 태스크에서 설정한 중단점은 패키지와 패키지의 태스크 및 컨테이너에서 설정한 중단점과 통합되므로 모든 패키지 요소를 완벽하게 디버깅할 수 있습니다. The breakpoints that you set in Script tasks are integrated with the breakpoints that you set on packages and the tasks and containers in the package, enabling seamless debugging of all package elements.
Visual Studio Tools for Applications(VSTA), the script editor used by the SSIS Script Task and Script Component.
SSIS 스크립트 태스크 및 스크립트 구성 요소에서 사용하는 스크립트 편집기인 VSTA(Visual Studio Tools for Applications). Visual Studio Tools for Applications (VSTA), the script editor used by the SSIS ScriptTask and Script Component.
Script Task and Script Component Provide a list of read-only and read/write variable to the Script task or Script component, update the read/write variables within the script, and then use the updated values in or outside the script..
스크립트 태스크 및 스크립트 구성 요소 스크립트 태스크 또는 스크립트 구성 요소에 대한 읽기 전용 및 읽기/쓰기 변수 목록을 제공하고 스크립트 내에서 읽기/쓰기 변수를 업데이트한 다음 스크립트 내부 또는 외부에서 업데이트된 값을 사용합니다. Script Task and Script Component Provide a list of read-only and read/write variable to the Script task or Script component, update the read/write variables within the script, and then use the updated values in or outside the script.
When you enter the name of the parent package variable on the Script page in the Script Task Editor, don't include User: in the variable name.
스크립트 태스크 편집기 의 스크립트페이지에서 부모 패키지 변수의 이름을 입력하는 경우 변수 이름에 User: 를 포함하지 마십시오. When you enter the name of the parent package variable on the Script page in the Script Task Editor, don't include User: in the variable name.
Troubleshooting automated administrative tasks and scripts.
한국어
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
Українська
اردو
Tiếng việt
中文