IDtsLogProviderUI.SetValue Method
Allows the user interface to do special handling for the <New Connection...> user interface.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Syntax
'Declaration
Sub SetValue ( _
configString As String, _
index As Integer _
)
void SetValue (
string configString,
int index
)
void SetValue (
String^ configString,
int index
)
void SetValue (
String configString,
int index
)
function SetValue (
configString : String,
index : int
)
Parameters
- configString
The configuration string to use for the log provider.
- index
The index in the ArrayList returned from GetEnumerableValues pointing to the log entry to be modified.
Remarks
This function receives one of the values returned by the GetEnumerableValues method.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IDtsLogProviderUI Interface
IDtsLogProviderUI Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace