AlertManagementClient.CreateSession(String, String, Int32, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새로운 알림 디자이너 사용자 세션을 생성하고 관련 데이터 피드 정의, 스키마, 미리보기 데이터를 채웁니다.
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입니다.
반품
새로 생성된 세션 식별자입니다.