Share via


SqlReverseEngineerProgressEventArgs.CurrentPhase Property

Gets the current index for the phase currently being processed.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentPhase As Integer
    Get
'Usage
Dim instance As SqlReverseEngineerProgressEventArgs
Dim value As Integer

value = instance.CurrentPhase
public int CurrentPhase { get; }
public:
property int CurrentPhase {
    int get ();
}
function get CurrentPhase () : int
member CurrentPhase : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SqlReverseEngineerProgressEventArgs Class

SqlReverseEngineerProgressEventArgs Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace