EngineDomainGroupSettings Class
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.
Represents the settings for the engine domain group.
public ref class EngineDomainGroupSettings : Microsoft::SqlServer::Configuration::Settings
public class EngineDomainGroupSettings : Microsoft.SqlServer.Configuration.Settings
type EngineDomainGroupSettings = class
inherit Settings
Public Class EngineDomainGroupSettings
Inherits Settings
- Inheritance
Constructors
EngineDomainGroupSettings() |
Initializes a new instance of the EngineDomainGroupSettings class. |
EngineDomainGroupSettings(ServiceContainer) |
Initializes a new instance of the EngineDomainGroupSettings class. |
Properties
AgentDomainGroup |
Gets the agent for the domain group. |
SqlDomainGroup |
Gets the domain group for the SQL server. |
Methods
Calculate() |
Calculates all the configuration settings. (Inherited from Settings) |
CreateProperty<T>(String) |
Creates a property for the configuration settings. (Inherited from Settings) |
Equals(Settings) |
Determines whether two object instances are equal. (Inherited from Settings) |
GetHashCode() |
Serves as the default hash function. (Inherited from Settings) |
ValidateSettings() |
Gets the settings for the validation. (Inherited from Settings) |