IDtsLogProviderUI.SetValue(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the user interface to do special handling for the <New Connection...> user interface.
public:
void SetValue(System::String ^ configString, int index);
public void SetValue (string configString, int index);
abstract member SetValue : string * int -> unit
Public Sub SetValue (configString As String, index As Integer)
Parameters
- configString
- String
The configuration string to use for the log provider.
- index
- Int32
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.