ReportingService2005.SetPropertiesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| SetPropertiesAsync(String, Property[], Object) | |
| SetPropertiesAsync(String, Property[]) |
SetPropertiesAsync(String, Property[], Object)
public:
void SetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void SetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.SetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub SetPropertiesAsync (Item As String, Properties As Property(), userState As Object)
Paramètres
- Item
- String
- Properties
- Property[]
- userState
- Object
S’applique à
SetPropertiesAsync(String, Property[])
public:
void SetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void SetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.SetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub SetPropertiesAsync (Item As String, Properties As Property())
Paramètres
- Item
- String
- Properties
- Property[]