ReportingService2005.GetPropertiesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| GetPropertiesAsync(String, Property[]) | |
| GetPropertiesAsync(String, Property[], Object) |
GetPropertiesAsync(String, Property[])
public:
void GetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void GetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub GetPropertiesAsync (Item As String, Properties As Property())
パラメーター
- Item
- String
- Properties
- Property[]
適用対象
GetPropertiesAsync(String, Property[], Object)
public:
void GetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void GetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub GetPropertiesAsync (Item As String, Properties As Property(), userState As Object)
パラメーター
- Item
- String
- Properties
- Property[]
- userState
- Object