DataCommand.ExecuteWithoutResults 메서드 (String, DataCommandType)
명령을 실행 하지만 대신 호출의 결과 나타내는 정수를 반환 하는 결과 요청 하지 않습니다.
네임스페이스: Microsoft.VisualStudio.Data.Framework
어셈블리: Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)
구문
‘선언
Public Function ExecuteWithoutResults ( _
command As String, _
commandType As DataCommandType _
) As Integer
public int ExecuteWithoutResults(
string command,
DataCommandType commandType
)
public:
virtual int ExecuteWithoutResults(
String^ command,
DataCommandType commandType
) sealed
abstract ExecuteWithoutResults :
command:string *
commandType:DataCommandType -> int
override ExecuteWithoutResults :
command:string *
commandType:DataCommandType -> int
public final function ExecuteWithoutResults(
command : String,
commandType : DataCommandType
) : int
매개 변수
command
형식: String특정 데이터 원본에 실행할 명령입니다.
commandType
형식: Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType내용을 해석 하는 방법을 지정 하는 명령 유형을 command 매개 변수입니다. 명령 유형 수 두 값의 DataCommandType 정수로의 캐스팅 하 여 전달할 수 있도록 공급자가 사용자 지정 명령 형식 또는 열거형 정의 DataCommandType 열거형입니다.
반환 값
형식: Int32
DDEX 공급자 관련 정수 상태 코드입니다.
구현
IVsDataCommand.ExecuteWithoutResults(String, DataCommandType)
예외
예외 | 조건 |
---|---|
ArgumentNullException | command 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)입니다. |
설명
대부분의 경우에서이 메서드에 대 한 호출 결과 영향을 받는 행의 수를 나타냅니다.
참고
다른 예외가 발생 하는 공급자가 지정한 이유로 실행 하지 못했음을 나타냅니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.