IDtsVariableService 인터페이스

Accesses existing variables or creates new variables in a package.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Design
어셈블리:  Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)

구문

‘선언
Public Interface IDtsVariableService
‘사용 방법
Dim instance As IDtsVariableService
public interface IDtsVariableService
public interface class IDtsVariableService
type IDtsVariableService =  interface end
public interface IDtsVariableService

메서드

  이름 설명
공용 메서드 PromptAndCreateVariable(IWin32Window, DtsContainer) Prompts for and then creates a new variable.
공용 메서드 PromptAndCreateVariable(IWin32Window, DtsContainer, String) Prompts for and then creates a variable for a specified window and container. This method is a helper method for working with variables in a user interface.
공용 메서드 PromptAndCreateVariable(IWin32Window, DtsContainer, String, String, Type) Prompts for and creates a variable for the specified window, container, and namespace. This method is a helper method for working with variables in a user interface.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Design 네임스페이스