Partilhar via


Propriedade ISqlServerOptions.OpenObjects

Obtém ou define um valor que modela os "objetos abertos" opção sp_configure.

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

Sintaxe

'Declaração
Property OpenObjects As Nullable(Of Integer)
    Get
    Set
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>)

Valor de propriedade

Tipo: System.Nullable<Int32>

Segurança do .NET Framework

Consulte também

Referência

ISqlServerOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel