C# 클래스 Microsoft.R.Components.ConnectionManager.Connection

상속: ConnectionInfo, IConnection
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
Connection ( IConnectionInfo ci ) : System
Connection ( string name, string path, string rCommandLineArguments, System.DateTime lastUsed, bool isUserCreated ) : System

메소드 상세

Connection() 공개 메소드

public Connection ( IConnectionInfo ci ) : System
ci IConnectionInfo
리턴 System

Connection() 공개 메소드

public Connection ( string name, string path, string rCommandLineArguments, System.DateTime lastUsed, bool isUserCreated ) : System
name string
path string
rCommandLineArguments string
lastUsed System.DateTime
isUserCreated bool
리턴 System