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