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