DataConnectionPromptDialog.ServiceProvider Property

Gets the current instance of the service provider object used in this class.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Protected ReadOnly Property ServiceProvider As IServiceProvider

Dim value As IServiceProvider

value = Me.ServiceProvider
protected IServiceProvider ServiceProvider { get; }
protected:
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get ();
}
protected function get ServiceProvider () : IServiceProvider

Property Value

Type: System.IServiceProvider

The current instance of the service provider object used in this class.

Permissions

See Also

Reference

DataConnectionPromptDialog Class

DataConnectionPromptDialog Members

Microsoft.VisualStudio.Data.Framework Namespace