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);
member this.SetItemHistoryOptionsAsync : string * bool * bool * Microsoft.SqlServer.ReportingServices2010.ScheduleDefinitionOrReference * obj -> unit
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);
member this.SetItemHistoryOptionsAsync : string * bool * bool * Microsoft.SqlServer.ReportingServices2010.ScheduleDefinitionOrReference -> unit
Public Sub SetItemHistoryOptionsAsync (ItemPath As String, EnableManualSnapshotCreation As Boolean, KeepExecutionSnapshots As Boolean, Item As ScheduleDefinitionOrReference)

Параметры

ItemPath
String
EnableManualSnapshotCreation
Boolean
KeepExecutionSnapshots
Boolean

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