Transact-SQL アクションを実行します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Protected Enumeration ExecuteTSqlAction
'使用
Dim instance As ConnectionManager.ExecuteTSqlAction
protected enum ExecuteTSqlAction
protected enum class ExecuteTSqlAction
type ExecuteTSqlAction
protected enum ExecuteTSqlAction
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| ExecuteNonQuery | 非クエリ コマンドを実行します。 | |
| ExecuteReader | リーダー コマンドを実行します。 | |
| ExecuteScalar | スカラー コマンドを実行します。 | |
| FillDataSet | データ セット コマンドを入力します。 | |
| Unknown | コマンド タイプが不明です。 |