ReportingService2005.GetUserModelAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetUserModelAsync(String, String) | |
GetUserModelAsync(String, String, Object) |
GetUserModelAsync(String, String)
public:
void GetUserModelAsync(System::String ^ Model, System::String ^ Perspective);
public void GetUserModelAsync (string Model, string Perspective);
member this.GetUserModelAsync : string * string -> unit
Public Sub GetUserModelAsync (Model As String, Perspective As String)
参数
- Model
- String
- Perspective
- String
适用于
GetUserModelAsync(String, String, Object)
public:
void GetUserModelAsync(System::String ^ Model, System::String ^ Perspective, System::Object ^ userState);
public void GetUserModelAsync (string Model, string Perspective, object userState);
member this.GetUserModelAsync : string * string * obj -> unit
Public Sub GetUserModelAsync (Model As String, Perspective As String, userState As Object)
参数
- Model
- String
- Perspective
- String
- userState
- Object