Share via


ISqlServerOptions.Locks Property

Gets or sets locks.

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

Syntax

'Declaration
Property Locks As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Integer)

value = instance.Locks

instance.Locks = value
Nullable<int> Locks { get; set; }
property Nullable<int> Locks {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
function get Locks () : Nullable<int>
function set Locks (value : Nullable<int>)
abstract Locks : Nullable<int> with get, set

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

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