Share via


ISqlServerOptions.OpenObjects Property

Gets or sets a value that models the "open objects" sp_configure option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property OpenObjects As Nullable(Of Integer)
Nullable<int> OpenObjects { get; set; }
property Nullable<int> OpenObjects {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract OpenObjects : Nullable<int> with get, set
function get OpenObjects () : Nullable<int>
function set OpenObjects (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace