Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Allows the user interface to do special handling for the <New Connection...> user interface.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Design
Сборка: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Синтаксис
'Декларация
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
)
Параметры
- 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.
Замечания
This function receives one of the values returned by the GetEnumerableValues method.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDtsLogProviderUI Interface
IDtsLogProviderUI Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace