IMiningModelViewerControl.ViewerActivated Method (Boolean)

 

Applies To: SQL Server 2016 Preview

Specifies the activated viewer.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

void ViewerActivated(
    bool isActivated
)
void ViewerActivated(
    bool isActivated
)
abstract ViewerActivated : 
        isActivated:bool -> unit
Sub ViewerActivated (
    isActivated As Boolean
)

Parameters

  • isActivated
    Type: System.Boolean

    true if the viewer is activated; otherwise, false.

See Also

IMiningModelViewerControl Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top