RegistrationService Class

 

Provides the component property of the registration service.

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

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

[ComVisibleAttribute(true)]
public ref class RegistrationService : Component, IRegistrationService, 
	IResourceProvider, IServiceProvider

NameDescription
System_CAPS_pubmethodRegistrationService()

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

System_CAPS_pubmethodRegistrationService(IContainer^)

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

NameDescription
System_CAPS_protpropertyCanRaiseEvents

(Inherited from Component.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_protpropertyDesignMode

(Inherited from Component.)

System_CAPS_protpropertyEvents

(Inherited from Component.)

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the RegistrationService and optionally releases the managed resources.(Overrides Component::Dispose(Boolean).)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Component.)

System_CAPS_pubmethodGetConfigurationSection<T>()

Retrieves the configuration of the registration service.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetResource(String^, String^)

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

System_CAPS_protmethodGetService(Type^)

(Inherited from Component.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodLoadConfiguration(Stream^)

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

System_CAPS_pubmethodLoadConfiguration(Uri^)

Determines the current Uniform Resource Indentifier (URI) configuration.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIServiceProvider::GetService(Type^)

Retrieves the service object of the specified type.

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

Return to top
Show: