Dela via


CompareStatusEventArgs.Percentage Property

Gets or sets a number that indicates the percentage completed for the current process.

Namespace:  Microsoft.Data.Schema.Tools.Compare
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property Percentage As Integer
public int Percentage { get; set; }
public:
property int Percentage {
    int get ();
    void set (int value);
}
member Percentage : int with get, set
function get Percentage () : int
function set Percentage (value : int)

Property Value

Type: System.Int32
The percentage completed. A value of -1 indicates that no percentage is available.

.NET Framework Security

See Also

Reference

CompareStatusEventArgs Class

Microsoft.Data.Schema.Tools.Compare Namespace