SqlInstanceSettings 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.
Set the server/instance-level settings for SQL Server.
public class SqlInstanceSettings
type SqlInstanceSettings = class
Public Class SqlInstanceSettings
- Inheritance
-
SqlInstanceSettings
Constructors
SqlInstanceSettings() |
Initializes a new instance of SqlInstanceSettings. |
Properties
Collation |
SQL Server Collation. |
IsIfiEnabled |
SQL Server IFI. |
IsLpimEnabled |
SQL Server LPIM. |
IsOptimizeForAdHocWorkloadsEnabled |
SQL Server Optimize for Adhoc workloads. |
MaxDop |
SQL Server MAXDOP. |
MaxServerMemoryInMB |
SQL Server maximum memory. |
MinServerMemoryInMB |
SQL Server minimum memory. |