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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET