InstanceSettings Class
Represents the settings for the configuration instance.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
Microsoft.SqlServer.Configuration::Settings
Microsoft.SqlServer.Configuration::InstanceSettings
| Name | Description | |
|---|---|---|
![]() | InstanceSettings() | Initializes a new instance of the InstanceSettings class. |
| Name | Description | |
|---|---|---|
![]() | ID | Gets or sets the instance identifier. |
![]() | InstallSharedDirSpace | Gets or sets the shared installation directory. |
![]() | InstallSharedWoWDirSpace | Gets or sets the shared installation directory. |
![]() | InstanceDirSpace | Gets or sets the directory space of the instance. |
![]() | Name | Gets or sets the instance name. |
![]() | RootDirectory | Gets or sets the root directory associated with the instance. |
![]() | SystemDirSpace | Gets or sets the system directory. |
| Name | Description | |
|---|---|---|
![]() | Calculate() | Calculates all the configuration settings.(Inherited from Settings.) |
![]() | CreateProperty<T>(String^) | Creates a property for the configuration settings.(Inherited from Settings.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Equals(Settings^) | Determines whether two object instances are equal.(Inherited from Settings.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function.(Inherited from Settings.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ValidateSettings() | Gets the settings for the validation.(Inherited from Settings.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


