RegistrationService Class

Provides the component property of the registration service.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.SqlServer.Management.RegistrationService

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Class RegistrationService _
    Inherits Component _
    Implements IRegistrationService, IResourceProvider, IServiceProvider
'Usage
Dim instance As RegistrationService
[ComVisibleAttribute(true)]
public class RegistrationService : Component, 
    IRegistrationService, IResourceProvider, IServiceProvider
[ComVisibleAttribute(true)]
public ref class RegistrationService : public Component, 
    IRegistrationService, IResourceProvider, IServiceProvider
[<ComVisibleAttribute(true)>]
type RegistrationService =  
    class
        inherit Component
        interface IRegistrationService
        interface IResourceProvider
        interface IServiceProvider
    end
public class RegistrationService extends Component implements IRegistrationService, IResourceProvider, IServiceProvider

The RegistrationService type exposes the following members.

Constructors

  Name Description
Public method RegistrationService() Initializes a new instance of the RegistrationService class with the default property values.
Public method RegistrationService(IContainer) Initializes a new instance of the RegistrationService class with the specified container.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the RegistrationService and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetConfigurationSection<T> Retrieves the configuration of the registration service.
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetResource Retrieves the resource from the registration service. This class cannot be inherited.
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method LoadConfiguration(Stream) Loads the setting for the RegistrationService control using the Stream class.
Public method LoadConfiguration(Uri) Determines the current Uniform Resource Indentifier (URI) configuration.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IServiceProvider.GetService Retrieves the service object of the specified type.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.