ReportingService2005.BeginSetProperties Method

Definition

public:
 IAsyncResult ^ BeginSetProperties(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetProperties (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, AsyncCallback callback, object asyncState);
member this.BeginSetProperties : string * Microsoft.SqlServer.ReportingServices2005.Property[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetProperties (Item As String, Properties As Property(), callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

Item
String
Properties
Property[]
callback
AsyncCallback
asyncState
Object

Returns

Applies to