ReportingService2005.SetSystemPropertiesAsync Method

Definition

Overloads

SetSystemPropertiesAsync(Property[])
SetSystemPropertiesAsync(Property[], Object)

SetSystemPropertiesAsync(Property[])

public:
 void SetSystemPropertiesAsync(cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void SetSystemPropertiesAsync (Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.SetSystemPropertiesAsync : Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub SetSystemPropertiesAsync (Properties As Property())

Parameters

Properties
Property[]

Applies to

SetSystemPropertiesAsync(Property[], Object)

public:
 void SetSystemPropertiesAsync(cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void SetSystemPropertiesAsync (Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.SetSystemPropertiesAsync : Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub SetSystemPropertiesAsync (Properties As Property(), userState As Object)

Parameters

Properties
Property[]
userState
Object

Applies to