다음을 통해 공유


AdoDotNetConnectionSupport.DeriveParametersCore 메서드

지정된 된 명령에 지정할 수 있는 매개 변수를 파생 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Protected Overridable Function DeriveParametersCore ( _
    command As String, _
    commandType As DataCommandType, _
    commandTimeout As Integer _
) As IVsDataParameter()
protected virtual IVsDataParameter[] DeriveParametersCore(
    string command,
    DataCommandType commandType,
    int commandTimeout
)
protected:
virtual array<IVsDataParameter^>^ DeriveParametersCore(
    String^ command, 
    DataCommandType commandType, 
    int commandTimeout
)
abstract DeriveParametersCore : 
        command:string * 
        commandType:DataCommandType * 
        commandTimeout:int -> IVsDataParameter[] 
override DeriveParametersCore : 
        command:string * 
        commandType:DataCommandType * 
        commandTimeout:int -> IVsDataParameter[] 
protected function DeriveParametersCore(
    command : String, 
    commandType : DataCommandType, 
    commandTimeout : int
) : IVsDataParameter[]

매개 변수

  • command
    형식: String

    매개 변수 파생 되는 데이터 source–specific 명령입니다.

  • commandTimeout
    형식: Int32

    길이 (초) 매개 변수 파생을 취소 하 고 호출자에 게 반환 하기 전에 클라이언트가 차단입니다. 값이 0 이면 제한이 있습니다. -1 값 공급자 기본.

반환 값

형식: array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]
배열을 IVsDataParameter 각 하나 명령에서 파생 된 매개 변수를 나타내는 개체입니다.

.NET Framework 보안

참고 항목

참조

AdoDotNetConnectionSupport 클래스

Microsoft.VisualStudio.Data.Framework.AdoDotNet 네임스페이스