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