RegistrationService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RegistrationService class.
Overloads
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. |
RegistrationService()
Initializes a new instance of the RegistrationService class with the default property values.
public:
RegistrationService();
public RegistrationService ();
Public Sub New ()
Applies to
RegistrationService(IContainer)
Initializes a new instance of the RegistrationService class with the specified container.
public:
RegistrationService(System::ComponentModel::IContainer ^ container);
public RegistrationService (System.ComponentModel.IContainer container);
new Microsoft.SqlServer.Management.RegistrationService : System.ComponentModel.IContainer -> Microsoft.SqlServer.Management.RegistrationService
Public Sub New (container As IContainer)
Parameters
- container
- IContainer
Provides functionality for container.