Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 (en Microsoft.SqlServer.Dts.Design.dll)
Syntaxe
'Déclaration
Sub SetValue ( _
configString As String, _
index As Integer _
)
'Utilisation
Dim instance As IDtsLogProviderUI
Dim configString As String
Dim index As Integer
instance.SetValue(configString, index)
void SetValue(
string configString,
int index
)
void SetValue(
String^ configString,
int index
)
abstract SetValue :
configString:string *
index:int -> unit
function SetValue(
configString : String,
index : int
)
Paramètres
- configString
Type : System.String
The configuration string to use for the log provider.
- index
Type : System.Int32
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.