IVsDataCommand.ExecuteWithoutResults 메서드 (String, DataCommandType)

클래스에서 구현 되 면 명령을 실행 하지만 대신 호출의 결과 나타내는 정수를 반환 하는 결과 요청 하지 않습니다.

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

구문

‘선언
Function ExecuteWithoutResults ( _
    command As String, _
    commandType As DataCommandType _
) As Integer
int ExecuteWithoutResults(
    string command,
    DataCommandType commandType
)
int ExecuteWithoutResults(
    String^ command, 
    DataCommandType commandType
)
abstract ExecuteWithoutResults : 
        command:string * 
        commandType:DataCommandType -> int
function ExecuteWithoutResults(
    command : String, 
    commandType : DataCommandType
) : int

매개 변수

  • command
    형식: String

    데이터 원본에 관련 된 명령이 실행 됩니다.

반환 값

형식: Int32
DDEX 공급자 정수 상태 코드입니다.

.NET Framework 보안

참고 항목

참조

IVsDataCommand 인터페이스

ExecuteWithoutResults 오버로드

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