IDtsLogProviderUI.SetValue(String, Int32) Method

Definition

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.

Applies to