IVsDataAsyncCommand.DeriveSchemaAsync 메서드

를 비동기식으로 클래스에 의해 구현 되는 경우 지정 된 명령의 스키마를 파생 됩니다.

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

구문

‘선언
Sub DeriveSchemaAsync ( _
    command As String, _
    commandType As DataCommandType, _
    parameters As IVsDataParameter(), _
    commandTimeout As Integer, _
    userState As Object _
)
void DeriveSchemaAsync(
    string command,
    DataCommandType commandType,
    IVsDataParameter[] parameters,
    int commandTimeout,
    Object userState
)
void DeriveSchemaAsync(
    String^ command, 
    DataCommandType commandType, 
    array<IVsDataParameter^>^ parameters, 
    int commandTimeout, 
    Object^ userState
)
abstract DeriveSchemaAsync : 
        command:string * 
        commandType:DataCommandType * 
        parameters:IVsDataParameter[] * 
        commandTimeout:int * 
        userState:Object -> unit
function DeriveSchemaAsync(
    command : String, 
    commandType : DataCommandType, 
    parameters : IVsDataParameter[], 
    commandTimeout : int, 
    userState : Object
)

매개 변수

  • command
    형식: String

    파생 된 스키마에 대 한 명령입니다.

  • commandTimeout
    형식: Int32

    시간 앞의 명령 시간 초과 (초)입니다.

  • userState
    형식: Object

    개체를 다시 명령 진행 될 때이 메서드를 호출 합니다.

.NET Framework 보안

참고 항목

참조

IVsDataAsyncCommand 인터페이스

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스