IMiningModelViewerControl.LoadViewerData Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Indicates whether the mining model loads viewer data.

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

Syntax

'Declaration
Function LoadViewerData ( _
    context As Object _
) As Boolean
'Usage
Dim instance As IMiningModelViewerControl 
Dim context As Object 
Dim returnValue As Boolean 

returnValue = instance.LoadViewerData(context)
bool LoadViewerData(
    Object context
)
bool LoadViewerData(
    Object^ context
)
abstract LoadViewerData : 
        context:Object -> bool
function LoadViewerData(
    context : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the mining model loads viewer data; otherwise, false.

See Also

Reference

IMiningModelViewerControl Interface

Microsoft.DataWarehouse.Interfaces Namespace