設定使用 ADO.NET 時的連線持續時間

示範如何使用 ADO.NET 連線物件連線至 SQL Server 適用的 Cloud SQL,並設定連線可持續的時間長度上限 (以秒為單位)。

深入探索

如需包含這個程式碼範例的詳細說明文件,請參閱下列文章:

程式碼範例

C#

如要向 Cloud SQL for SQL Server 進行驗證,請設定應用程式預設憑證。詳情請參閱「為本機開發環境設定驗證機制」。

// ADO.NET connection pooler removes a connection
// from the pool after it's been idle for approximately
// 4-8 minutes, or if the pooler detects that the
// connection with the server no longer exists.

後續步驟

如要搜尋及篩選其他 Google Cloud 產品的程式碼範例,請參閱Google Cloud 瀏覽器範例