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);
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);
Public Sub SetItemHistoryLimitAsync (ItemPath As String, UseSystem As Boolean, HistoryLimit As Integer, userState As Object)

參數

ItemPath
String
UseSystem
Boolean
HistoryLimit
Int32
userState
Object

適用於