Aracılığıyla paylaş


StorageDataMovementCmdletBase.ConfirmOverwrite(Object, Object) Method

Definition

Confirm the overwrite operation

protected bool ConfirmOverwrite (object source, object destination);
member this.ConfirmOverwrite : obj * obj -> bool
Protected Function ConfirmOverwrite (source As Object, destination As Object) As Boolean

Parameters

source
Object

Indicating the source.

destination
Object

Indicating the destination.

Returns

True if the opeation is confirmed, otherwise return false

Applies to