IReportProgress.IsCancellable Property

Gets a value indicating whether the user can cancel an operation.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property IsCancellable As Boolean
    Get
'Usage
Dim instance As IReportProgress
Dim value As Boolean

value = instance.IsCancellable
bool IsCancellable { get; }
property bool IsCancellable {
    bool get ();
}
abstract IsCancellable : bool
function get IsCancellable () : boolean

Property Value

Type: System.Boolean
True if the user can cancel the operation; otherwise, false.