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