Statistic.Drop Method ()

 

Applies To: SQL Server 2016 Preview

Removes the statistic counter.

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

Syntax

public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit
override Drop : unit -> unit
Public Sub Drop

Implements

IDroppable.Drop()

Examples

Legacy Code Example

Creating and Updating Statistics

See Also

Statistic Class
Microsoft.SqlServer.Management.Smo Namespace
DROP STATISTICS (Transact-SQL)

Return to top