Поделиться через


Метод IDtsLogProviderUI.SetValue

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
Sub SetValue ( _
    configString As String, _
    index As Integer _
)
'Применение
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
)

Параметры

  • configString
    Тип: System.String
    The configuration string to use for the log provider.

Замечания

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

См. также

Справочник

IDtsLogProviderUI Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Design