C# Class Glyma.Powershell.Smo.SmoLogFile

Inheritance: SmoObjectBase
显示文件 Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
SetFileName ( string filename ) : void
SetGrowth ( double growth ) : void
SetGrowthType ( string growthType ) : void
SetSize ( double size ) : void
SmoLogFile ( SqlAssemblies assemblies, SmoDatabase database, string logFileName ) : System

Method Details

SetFileName() public method

public SetFileName ( string filename ) : void
filename string
return void

SetGrowth() public method

public SetGrowth ( double growth ) : void
growth double
return void

SetGrowthType() public method

public SetGrowthType ( string growthType ) : void
growthType string
return void

SetSize() public method

public SetSize ( double size ) : void
size double
return void

SmoLogFile() public method

public SmoLogFile ( SqlAssemblies assemblies, SmoDatabase database, string logFileName ) : System
assemblies SqlAssemblies
database SmoDatabase
logFileName string
return System