Share via


WarehouseAdapter.IsWarehouseSchemaLockRequested Property

Has the warehouse schema lock been requested by another Warehouse job.

This is here as a convenience. Immediately before Stop is called by using a StopReason of WarehouseSchemaLockRequested this value is set to True otherwise it will be False.

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property IsWarehouseSchemaLockRequested As Boolean
public bool IsWarehouseSchemaLockRequested { get; internal set; }
public:
property bool IsWarehouseSchemaLockRequested {
    bool get ();
    internal: void set (bool value);
}
member IsWarehouseSchemaLockRequested : bool with get, internal set
function get IsWarehouseSchemaLockRequested () : boolean 
internal function set IsWarehouseSchemaLockRequested (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

WarehouseAdapter Class

Microsoft.TeamFoundation.Warehouse Namespace