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 | |
---|---|---|
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. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the RegistrationService and optionally releases the managed resources. (Overrides Component.Dispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetConfigurationSection<T> | Retrieves the configuration of the registration service. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetResource | Retrieves the resource from the registration service. This class cannot be inherited. | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
LoadConfiguration(Stream) | Loads the setting for the RegistrationService control using the Stream class. | |
LoadConfiguration(Uri) | Determines the current Uniform Resource Indentifier (URI) configuration. | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.