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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET