ReportingService2006.SetSystemPropertiesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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())
Parámetros
- Properties
- Property[]
Se aplica a
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)
Parámetros
- Properties
- Property[]
- userState
- Object