IResourceProvider Interface

Defines a class that is implemented to act as a resource provider.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Interface IResourceProvider
'Usage
Dim instance As IResourceProvider
[ComVisibleAttribute(true)]
public interface IResourceProvider
[ComVisibleAttribute(true)]
public interface class IResourceProvider
[<ComVisibleAttribute(true)>]
type IResourceProvider =  interface end
public interface IResourceProvider

The IResourceProvider type exposes the following members.

Methods

  Name Description
Public method GetResource Retrieves the resource of the specified resource provider.

Top