ServerAdapterBase.OpenObjects 屬性

定義

設定 SQL Server 2000 實例中一次最多可開啟的資料庫物件數量。資料庫物件指的是 sysobjects 資料表中定義的物件:資料表、檢視、規則、儲存程序、預設值與觸發器

public int OpenObjects { get; set; }
member this.OpenObjects : int with get, set
Public Property OpenObjects As Integer

屬性值

適用於