ReportingService2010.SetItemHistoryOptionsAsync 方法

定义

重载

SetItemHistoryOptionsAsync(String, Boolean, Boolean, ScheduleDefinitionOrReference, Object)
SetItemHistoryOptionsAsync(String, Boolean, Boolean, ScheduleDefinitionOrReference)

SetItemHistoryOptionsAsync(String, Boolean, Boolean, ScheduleDefinitionOrReference, Object)

public:
 void SetItemHistoryOptionsAsync(System::String ^ ItemPath, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, Microsoft::SqlServer::ReportingServices2010::ScheduleDefinitionOrReference ^ Item, System::Object ^ userState);
public void SetItemHistoryOptionsAsync (string ItemPath, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, Microsoft.SqlServer.ReportingServices2010.ScheduleDefinitionOrReference Item, object userState);
Public Sub SetItemHistoryOptionsAsync (ItemPath As String, EnableManualSnapshotCreation As Boolean, KeepExecutionSnapshots As Boolean, Item As ScheduleDefinitionOrReference, userState As Object)

参数

ItemPath
String
EnableManualSnapshotCreation
Boolean
KeepExecutionSnapshots
Boolean
userState
Object

适用于

SetItemHistoryOptionsAsync(String, Boolean, Boolean, ScheduleDefinitionOrReference)

public:
 void SetItemHistoryOptionsAsync(System::String ^ ItemPath, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, Microsoft::SqlServer::ReportingServices2010::ScheduleDefinitionOrReference ^ Item);
public void SetItemHistoryOptionsAsync (string ItemPath, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, Microsoft.SqlServer.ReportingServices2010.ScheduleDefinitionOrReference Item);
Public Sub SetItemHistoryOptionsAsync (ItemPath As String, EnableManualSnapshotCreation As Boolean, KeepExecutionSnapshots As Boolean, Item As ScheduleDefinitionOrReference)

参数

ItemPath
String
EnableManualSnapshotCreation
Boolean
KeepExecutionSnapshots
Boolean

适用于