Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the AUTO_CREATE_STATISTICS
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property AutoCreateStatistics As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As TSqlModelOptions
Dim value As Nullable(Of Boolean)
value = instance.AutoCreateStatistics
instance.AutoCreateStatistics = value
public Nullable<bool> AutoCreateStatistics { get; set; }
public:
property Nullable<bool> AutoCreateStatistics {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AutoCreateStatistics : Nullable<bool> with get, set
function get AutoCreateStatistics () : Nullable<boolean>
function set AutoCreateStatistics (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>