C# Class Glyma.Powershell.Smo.SmoLogFile

Inheritance: SmoObjectBase
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SetFileName ( string filename ) : void
filename string
Résultat void

SetGrowth() public méthode

public SetGrowth ( double growth ) : void
growth double
Résultat void

SetGrowthType() public méthode

public SetGrowthType ( string growthType ) : void
growthType string
Résultat void

SetSize() public méthode

public SetSize ( double size ) : void
size double
Résultat void

SmoLogFile() public méthode

public SmoLogFile ( SqlAssemblies assemblies, SmoDatabase database, string logFileName ) : System
assemblies SqlAssemblies
database SmoDatabase
logFileName string
Résultat System