ReportingService2006.GetSystemPropertiesAsync 方法

定义

重载

GetSystemPropertiesAsync(Property[])
GetSystemPropertiesAsync(Property[], Object)

GetSystemPropertiesAsync(Property[])

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

参数

Properties
Property[]

适用于

GetSystemPropertiesAsync(Property[], Object)

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

参数

Properties
Property[]
userState
Object

适用于