RegistrationService Class

Definition

Provides the component property of the registration service.

public ref class RegistrationService : System::ComponentModel::Component, IServiceProvider, Microsoft::SqlServer::Management::IRegistrationService, Microsoft::SqlServer::Management::IResourceProvider
[System.Runtime.InteropServices.ComVisible(true)]
public class RegistrationService : System.ComponentModel.Component, IServiceProvider, Microsoft.SqlServer.Management.IRegistrationService, Microsoft.SqlServer.Management.IResourceProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
type RegistrationService = class
    inherit Component
    interface IRegistrationService
    interface IResourceProvider
    interface IServiceProvider
Public Class RegistrationService
Inherits Component
Implements IRegistrationService, IResourceProvider, IServiceProvider
Inheritance
RegistrationService
Attributes
Implements

Constructors

RegistrationService()

Initializes a new instance of the RegistrationService class with the default property values.

RegistrationService(IContainer)

Initializes a new instance of the RegistrationService class with the specified container.

Methods

Dispose(Boolean)

Releases the unmanaged resources used by the RegistrationService and optionally releases the managed resources.

GetConfigurationSection<T>()

Retrieves the configuration of the registration service.

GetResource(String, String)

Retrieves the resource from the registration service. This class cannot be inherited.

LoadConfiguration(Stream)

Loads the setting for the RegistrationService control using the Stream class.

LoadConfiguration(Uri)

Determines the current Uniform Resource Indentifier (URI) configuration.

Explicit Interface Implementations

IServiceProvider.GetService(Type)

Retrieves the service object of the specified type.

Applies to