Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sampling styles used to create statistics
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Enumeration SamplingStyle
'Usage
Dim instance As SamplingStyle
public enum SamplingStyle
public enum class SamplingStyle
type SamplingStyle
public enum SamplingStyle
Members
| Member name | Description | |
|---|---|---|
| Automatic | Automatic | |
| Fullscan | Fullscan | |
| SampleAbsoluteRows | SampleAbsoluteRows | |
| SamplePercentRows | SamplePercentRows |