ServerAdapterBase.OpenObjects 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 SQL Server 2000 實例中一次最多可開啟的資料庫物件數量。資料庫物件指的是 sysobjects 資料表中定義的物件:資料表、檢視、規則、儲存程序、預設值與觸發器
public int OpenObjects { get; set; }
member this.OpenObjects : int with get, set
Public Property OpenObjects As Integer