Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
この機能は SQL Anywhere .NET データプロバイダでサポートされていません。
Public Overrides Property CommandTimeout As Integer
public override int CommandTimeout {get;set;}
要求タイムアウトを設定するには、次の例を使用します。
cmd.CommandText = "SET OPTION request_timeout = 30"; cmd.ExecuteNonQuery();