C# 클래스 SqlServerTools.ToolsFactory

파일 보기 프로젝트 열기: ren85/free-sql-server-profiler

공개 메소드들

메소드 설명
CreateProfiler ( string serverName, string userName, string password, string rawConnection ) : IProfiler
CreateServerConnector ( ) : IServerConnector

메소드 상세

CreateProfiler() 공개 메소드

public CreateProfiler ( string serverName, string userName, string password, string rawConnection ) : IProfiler
serverName string
userName string
password string
rawConnection string
리턴 IProfiler

CreateServerConnector() 공개 메소드

public CreateServerConnector ( ) : IServerConnector
리턴 IServerConnector