ServerConnection.ExecuteNonQuery Method

Executes a statement that does not return a result set.

주의

업데이트된 텍스트:

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

오버로드 목록

이름 Description
ServerConnection.ExecuteNonQuery (String)
Executes a statement that does not return a result set.
ServerConnection.ExecuteNonQuery (StringCollection)
Executes a batch of statements that do not return a result set.
ServerConnection.ExecuteNonQuery (String, ExecutionTypes)
Executes a statement with the specified execution options that does not return a result set.
ServerConnection.ExecuteNonQuery (StringCollection, ExecutionTypes)
Executes a batch of statements with the specified execution options that does not return a result set.

참고 항목

참조

ServerConnection Class
ServerConnection Members
Microsoft.SqlServer.Management.Common Namespace

관련 자료

How to: Enable Capture Mode in Visual Basic .NET
Using Capture Mode