다음을 통해 공유


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
)

매개 변수

주의

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