ConnectionManaged.ExecuteStatement(Int32, Boolean, UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual void ExecuteStatement(int resultType, bool isStoredProc, System::UInt32 timeOut);
public void ExecuteStatement (int resultType, bool isStoredProc, uint timeOut);
abstract member ExecuteStatement : int * bool * uint32 -> unit
override this.ExecuteStatement : int * bool * uint32 -> unit
Public Sub ExecuteStatement (resultType As Integer, isStoredProc As Boolean, timeOut As UInteger)
パラメーター
- resultType
- Int32
- isStoredProc
- Boolean
- timeOut
- UInt32
実装
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask.Connections.IDTSSQLTaskConnection.ExecuteStatement(System.Int32,System.Boolean,System.UInt32)