IMiningModelViewerControl.ServiceProvider Property

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

Gets or sets the IServiceProvider for the control.

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

Syntax

'Declaration
Property ServiceProvider As IServiceProvider 
    Get 
    Set
'Usage
Dim instance As IMiningModelViewerControl 
Dim value As IServiceProvider 

value = instance.ServiceProvider

instance.ServiceProvider = value
IServiceProvider ServiceProvider { get; set; }
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get ();
    void set (IServiceProvider^ value);
}
abstract ServiceProvider : IServiceProvider with get, set
function get ServiceProvider () : IServiceProvider 
function set ServiceProvider (value : IServiceProvider)

Property Value

Type: System.IServiceProvider
The IServiceProvider for the control.

See Also

Reference

IMiningModelViewerControl Interface

Microsoft.DataWarehouse.Interfaces Namespace