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