ReportAction 생성자

정의

오버로드

ReportAction()

기본값을 사용하여 ReportAction 클래스의 새 인스턴스를 초기화합니다.

ReportAction(String, String)

지정한 이름 및 식별자를 사용하여 ReportAction의 새 인스턴스를 초기화합니다.

ReportAction()

기본값을 사용하여 ReportAction 클래스의 새 인스턴스를 초기화합니다.

public ReportAction ();
Public Sub New ()

적용 대상

ReportAction(String, String)

지정한 이름 및 식별자를 사용하여 ReportAction의 새 인스턴스를 초기화합니다.

public ReportAction (string name, string id);
new Microsoft.AnalysisServices.ReportAction : string * string -> Microsoft.AnalysisServices.ReportAction
Public Sub New (name As String, id As String)

매개 변수

name
String

ReportAction의 이름을 포함하는 문자열입니다.

id
String

ReportAction의 고유 식별자를 포함하는 문자열입니다.

적용 대상