IRegistrationService Interface

 

Defines a method that locates the path of the registration service.

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

[ComVisibleAttribute(true)]
[GuidAttribute("7c28a9f0-0a0e-485e-9699-f1b8aa04de60")]
public interface class IRegistrationService

NameDescription
System_CAPS_pubmethodGetConfigurationSection<T>()

Indicates a method that gets the configuration from the specified location.

System_CAPS_pubmethodLoadConfiguration(Stream^)

Loads the configuration information from the specified stream.

System_CAPS_pubmethodLoadConfiguration(Uri^)

Loads the configuration information from the specified location.

Return to top
Show: