AutoCreateStatisticsDatabaseOption.HasIncremental Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the option has incremental.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public bool HasIncremental { get; set; }
public:
property bool HasIncremental {
    bool get();
    void set(bool value);
}
member HasIncremental : bool with get, set
Public Property HasIncremental As Boolean

Property Value

Type: System.Boolean

true if the option has incremental; otherwise, false.

See Also

AutoCreateStatisticsDatabaseOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top