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

Применяется к