ReportingService2010.UpdateItemExecutionSnapshotAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| UpdateItemExecutionSnapshotAsync(String) | |
| UpdateItemExecutionSnapshotAsync(String, Object) |
UpdateItemExecutionSnapshotAsync(String)
public:
void UpdateItemExecutionSnapshotAsync(System::String ^ ItemPath);
public void UpdateItemExecutionSnapshotAsync (string ItemPath);
Public Sub UpdateItemExecutionSnapshotAsync (ItemPath As String)
參數
- ItemPath
- String
適用於
UpdateItemExecutionSnapshotAsync(String, Object)
public:
void UpdateItemExecutionSnapshotAsync(System::String ^ ItemPath, System::Object ^ userState);
public void UpdateItemExecutionSnapshotAsync (string ItemPath, object userState);
Public Sub UpdateItemExecutionSnapshotAsync (ItemPath As String, userState As Object)
參數
- ItemPath
- String
- userState
- Object