Dela via


ISqlServerOptions.OpenObjects Property

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

Syntax

'Declaration
Property OpenObjects As Nullable(Of Integer)
'Usage
Dim instance As ISqlServerOptions 
Dim value As Nullable(Of Integer)

value = instance.OpenObjects

instance.OpenObjects = value
Nullable<int> OpenObjects { get; set; }
property Nullable<int> OpenObjects {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
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

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace