Partager via


IDtsLogProviderUI.SetValue Method

Allows the user interface to do special handling for the <New Connection...> user interface.

Espace de noms: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • 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.

Notes

This function receives one of the values returned by the GetEnumerableValues method.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IDtsLogProviderUI Interface
IDtsLogProviderUI Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace