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