Table.LowPriorityAbortAfterWait Property

 

Applies To: SQL Server 2016 Preview

Specifies the action to take after the Low Priority expires during an online index build/switch partition operation on this table.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public AbortAfterWait LowPriorityAbortAfterWait { get; set; }
public:
property AbortAfterWait LowPriorityAbortAfterWait {
    AbortAfterWait get();
    void set(AbortAfterWait value);
}
member LowPriorityAbortAfterWait : AbortAfterWait with get, set
Public Property LowPriorityAbortAfterWait As AbortAfterWait

Property Value

Type: Microsoft.SqlServer.Management.Smo.AbortAfterWait

The action to take after the Low Priority expires during an online index build/switch partition operation on this table.

See Also

Table Class
Microsoft.SqlServer.Management.Smo Namespace
ALTER TABLE (Transact-SQL)

Return to top