IMiningModelViewerControl.LoadViewerData Method (Object)
Applies To: SQL Server 2016 Preview
Indicates whether the mining model loads viewer data.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
bool LoadViewerData(
object context
)
bool LoadViewerData(
Object^ context
)
abstract LoadViewerData :
context:Object -> bool
Function LoadViewerData (
context As Object
) As Boolean
Parameters
context
Type: System.ObjectThe context.
Return Value
Type: System.Boolean
true if the mining model loads viewer data; otherwise, false.
See Also
IMiningModelViewerControl Interface
Microsoft.DataWarehouse.Interfaces Namespace
Return to top