ReportingService2005.BeginSetPolicies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginSetPolicies(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Policy ^> ^ Policies, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetPolicies (string Item, Microsoft.SqlServer.ReportingServices2005.Policy[] Policies, AsyncCallback callback, object asyncState);
member this.BeginSetPolicies : string * Microsoft.SqlServer.ReportingServices2005.Policy[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetPolicies (Item As String, Policies As Policy(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Item
- String
- Policies
- Policy[]
- callback
- AsyncCallback
- asyncState
- Object