다음을 통해 공유


ReportingService2010.SetItemHistoryLimitAsync 메서드

정의

오버로드

SetItemHistoryLimitAsync(String, Boolean, Int32)
SetItemHistoryLimitAsync(String, Boolean, Int32, Object)

SetItemHistoryLimitAsync(String, Boolean, Int32)

public:
 void SetItemHistoryLimitAsync(System::String ^ ItemPath, bool UseSystem, int HistoryLimit);
public void SetItemHistoryLimitAsync (string ItemPath, bool UseSystem, int HistoryLimit);
member this.SetItemHistoryLimitAsync : string * bool * int -> unit
Public Sub SetItemHistoryLimitAsync (ItemPath As String, UseSystem As Boolean, HistoryLimit As Integer)

매개 변수

ItemPath
String
UseSystem
Boolean
HistoryLimit
Int32

적용 대상

SetItemHistoryLimitAsync(String, Boolean, Int32, Object)

public:
 void SetItemHistoryLimitAsync(System::String ^ ItemPath, bool UseSystem, int HistoryLimit, System::Object ^ userState);
public void SetItemHistoryLimitAsync (string ItemPath, bool UseSystem, int HistoryLimit, object userState);
member this.SetItemHistoryLimitAsync : string * bool * int * obj -> unit
Public Sub SetItemHistoryLimitAsync (ItemPath As String, UseSystem As Boolean, HistoryLimit As Integer, userState As Object)

매개 변수

ItemPath
String
UseSystem
Boolean
HistoryLimit
Int32
userState
Object

적용 대상