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