Available option.

C# |
public class OptionGroupOption

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | OptionGroupOption()()()() | Initializes a new instance of the OptionGroupOption class |
![]() | DefaultPort |
If the option requires a port, specifies the default port for the option.
|
![]() | Description |
The description of the option.
|
![]() | EngineName |
Engine name that this option can be applied to.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | MajorEngineVersion |
Indicates the major engine version that the option is available for.
|
![]() | MinimumRequiredMinorEngineVersion |
The minimum required engine version for the option to be applied.
|
![]() | Name |
The name of the option.
|
![]() | OptionGroupOptionSettings |
Specifies the option settings that are available (and the default value) for each option in an option group.
|
![]() | OptionsDependedOn |
List of all options that are prerequisites for this option.
|
![]() | Permanent |
A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance
after assigning an option group with this permanent option.
|
![]() | Persistent |
A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db
instance while modifying the related data and assigning another option group without this option.
|
![]() | PortRequired |
Specifies whether the option requires a port.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDefaultPort(Int32) | Obsolete.
Sets the DefaultPort property
|
![]() | WithDescription(String) | Obsolete.
Sets the Description property
|
![]() | WithEngineName(String) | Obsolete.
Sets the EngineName property
|
![]() | WithMajorEngineVersion(String) | Obsolete.
Sets the MajorEngineVersion property
|
![]() | WithMinimumRequiredMinorEngineVersion(String) | Obsolete.
Sets the MinimumRequiredMinorEngineVersion property
|
![]() | WithName(String) | Obsolete.
Sets the Name property
|
![]() | WithOptionGroupOptionSettings(array<OptionGroupOptionSetting>[]()[][]) | Obsolete.
Adds elements to the OptionGroupOptionSettings collection
|
![]() | WithOptionGroupOptionSettings(IEnumerable<(Of <<'(OptionGroupOptionSetting>)>>)) | Obsolete.
Adds elements to the OptionGroupOptionSettings collection
|
![]() | WithOptionsDependedOn(array<String>[]()[][]) | Obsolete.
Adds elements to the OptionsDependedOn collection
|
![]() | WithOptionsDependedOn(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the OptionsDependedOn collection
|
![]() | WithPermanent(Boolean) | Obsolete.
Sets the Permanent property
|
![]() | WithPersistent(Boolean) | Obsolete.
Sets the Persistent property
|
![]() | WithPortRequired(Boolean) | Obsolete.
Sets the PortRequired property
|

Object | |
![]() | OptionGroupOption |