共用方式為


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 命名空間