ReportingService2006.SetSystemPropertiesAsync 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
| SetSystemPropertiesAsync(Property[]) | |
| SetSystemPropertiesAsync(Property[], Object) |
SetSystemPropertiesAsync(Property[])
public:
void SetSystemPropertiesAsync(cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties);
public void SetSystemPropertiesAsync (Microsoft.SqlServer.ReportingServices2006.Property[] Properties);
member this.SetSystemPropertiesAsync : Microsoft.SqlServer.ReportingServices2006.Property[] -> unit
Public Sub SetSystemPropertiesAsync (Properties As Property())
Paramètres
- Properties
- Property[]
S’applique à
SetSystemPropertiesAsync(Property[], Object)
public:
void SetSystemPropertiesAsync(cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, System::Object ^ userState);
public void SetSystemPropertiesAsync (Microsoft.SqlServer.ReportingServices2006.Property[] Properties, object userState);
member this.SetSystemPropertiesAsync : Microsoft.SqlServer.ReportingServices2006.Property[] * obj -> unit
Public Sub SetSystemPropertiesAsync (Properties As Property(), userState As Object)
Paramètres
- Properties
- Property[]
- userState
- Object