AlertManagementClient.CreateSession(String, String, Int32, String) 메서드

정의

새로운 알림 디자이너 사용자 세션을 생성하고 관련 데이터 피드 정의, 스키마, 미리보기 데이터를 채웁니다.

public:
 virtual Guid CreateSession(System::String ^ reportUrl, System::String ^ parameters, int previewRowsCount, System::String ^ rsExecutionId);
public Guid CreateSession(string reportUrl, string parameters, int previewRowsCount, string rsExecutionId);
abstract member CreateSession : string * string * int * string -> Guid
override this.CreateSession : string * string * int * string -> Guid
Public Function CreateSession (reportUrl As String, parameters As String, previewRowsCount As Integer, rsExecutionId As String) As Guid

매개 변수

reportUrl
String

보고서의 URL.

parameters
String

보고서에 입력된 URL 인코딩 매개변수.

previewRowsCount
Int32

미리보기 데이터의 최대 행 수.

rsExecutionId
String

Reporting Services 세션 실행 ID입니다.

반품

새로 생성된 세션 식별자입니다.

구현

적용 대상