IDesignerToolWindowAwareControl.ServiceProvider Property

 

Applies To: SQL Server 2016 Preview

Gets the service object for this IDesignerToolWindowAwareControl object.

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

Syntax

IServiceProvider ServiceProvider { get; set; }
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get();
    void set(IServiceProvider^ value);
}
abstract ServiceProvider : IServiceProvider with get, set
Property ServiceProvider As IServiceProvider

Property Value

Type: System.IServiceProvider

An IServiceProvider that represents the service object for this IDesignerToolWindowAwareControl.

See Also

IDesignerToolWindowAwareControl Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top