ReportingService2010.GetSystemPropertiesAsync 方法

定義

多載

GetSystemPropertiesAsync(Property[])

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

參數

Properties
Property[]

適用於

GetSystemPropertiesAsync(Property[], Object)

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

參數

Properties
Property[]
userState
Object

適用於