ReportingService2010.BeginSetSystemProperties 方法

定义

public:
 IAsyncResult ^ BeginSetSystemProperties(cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetSystemProperties (Microsoft.SqlServer.ReportingServices2010.Property[] Properties, AsyncCallback callback, object asyncState);
Public Function BeginSetSystemProperties (Properties As Property(), callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

Properties
Property[]
callback
AsyncCallback
asyncState
Object

返回

IAsyncResult

适用于