C# Class SqlIndexConsole.Data.Index

Datei anzeigen Open project: brianpursley/sql-index-console

Public Methods

Method Description
Index ( ) : System.Collections.Generic
SetError ( string reason ) : void
SetRecommendation ( double reorganizeThreshold, long reorganizeMinPageCountThreshold, double rebuildThreshold, long rebuildMinPageCountThreshold ) : void

Method Details

Index() public method

public Index ( ) : System.Collections.Generic
return System.Collections.Generic

SetError() public method

public SetError ( string reason ) : void
reason string
return void

SetRecommendation() public method

public SetRecommendation ( double reorganizeThreshold, long reorganizeMinPageCountThreshold, double rebuildThreshold, long rebuildMinPageCountThreshold ) : void
reorganizeThreshold double
reorganizeMinPageCountThreshold long
rebuildThreshold double
rebuildMinPageCountThreshold long
return void