C# 클래스 Glyma.Powershell.Smo.SmoLogFile

상속: SmoObjectBase
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

공개 메소드들

메소드 설명
SetFileName ( string filename ) : void
SetGrowth ( double growth ) : void
SetGrowthType ( string growthType ) : void
SetSize ( double size ) : void
SmoLogFile ( SqlAssemblies assemblies, SmoDatabase database, string logFileName ) : System

메소드 상세

SetFileName() 공개 메소드

public SetFileName ( string filename ) : void
filename string
리턴 void

SetGrowth() 공개 메소드

public SetGrowth ( double growth ) : void
growth double
리턴 void

SetGrowthType() 공개 메소드

public SetGrowthType ( string growthType ) : void
growthType string
리턴 void

SetSize() 공개 메소드

public SetSize ( double size ) : void
size double
리턴 void

SmoLogFile() 공개 메소드

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