Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the members implemented by the ForEachEnumeratorUI user interface class.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Interface IDTSForEachEnumeratorUI
'Usage
Dim instance As IDTSForEachEnumeratorUI
public interface IDTSForEachEnumeratorUI
public interface class IDTSForEachEnumeratorUI
type IDTSForEachEnumeratorUI = interface end
public interface IDTSForEachEnumeratorUI
The IDTSForEachEnumeratorUI type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Initialize | Initializes the user interface for the ForEachEnumerator. |
![]() |
SaveSettings | Saves the user interface settings for the ForEachEnumerator. |
Top