Server.GetConnectionState(Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Analysis Services 서버에 대한 연결의 현재 상태를 가져옵니다.
public System.Data.ConnectionState GetConnectionState (bool pingServer);
member this.GetConnectionState : bool -> System.Data.ConnectionState
Public Function GetConnectionState (pingServer As Boolean) As ConnectionState
매개 변수
- pingServer
- Boolean
연결이 열려 있는지 여부를 확인하기 위해 빈 문을 서버로 보낼 것임을 나타내려면 true이고, 그렇지 않으면 false입니다.
반환
현재 연결 상태에 대해 설명하는 ConnectionState 열거형입니다.