다음을 통해 공유


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

적용 대상