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();