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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.