ServerAdapterBase.OpenObjects Property

Definition

Sets the maximum number of database objects that can be open at one time on an instance of SQL Server 2000 Database objects are those objects that are defined in the sysobjects table: tables, views, rules, stored procedures, defaults, and triggers

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

Property Value

Applies to